translations updates for 2023.03

This commit is contained in:
Tobias Diekershoff 2023-04-09 07:58:49 +02:00
parent 91bb323a16
commit 1c677722b3
148 changed files with 1875 additions and 2233 deletions

View file

@ -10,40 +10,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: ButterflyOfFire, 2022\n"
"Language-Team: Arabic (http://www.transifex.com/Friendica/friendica/language/ar/)\n"
"Language-Team: Arabic (http://app.transifex.com/Friendica/friendica/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: statusnet.php:97
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr ""
#: statusnet.php:148
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr ""
#: statusnet.php:176
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr ""
#: statusnet.php:243 statusnet.php:656
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "حفظ الإعدادات"
#: statusnet.php:255
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:260
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -51,30 +51,30 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr ""
#: statusnet.php:263
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr ""
#: statusnet.php:275
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr ""
#: statusnet.php:283
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr ""
#: statusnet.php:284
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:285
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr ""
#: statusnet.php:286
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
@ -83,7 +83,7 @@ msgid ""
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:287
#: statusnet.php:251
msgid ""
"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 "
@ -91,86 +91,62 @@ msgid ""
"posted to GNU Social."
msgstr ""
#: statusnet.php:288
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr ""
#: statusnet.php:289
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr ""
#: statusnet.php:290
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:307
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr ""
#: statusnet.php:308
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr ""
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr ""
#: statusnet.php:311
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr ""
#: statusnet.php:313
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr ""
#: statusnet.php:313
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr ""
#: statusnet.php:314
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr ""
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr ""
#: statusnet.php:317
msgid "Import the remote timeline"
msgstr ""
#: statusnet.php:318
msgid "Disabled"
msgstr "معطل"
#: statusnet.php:319
msgid "Full Timeline"
msgstr ""
#: statusnet.php:320
msgid "Only Mentions"
msgstr ""
#: statusnet.php:326
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr ""
#: statusnet.php:647
#: statusnet.php:480
msgid "Site name"
msgstr "اسم الموقع"
#: statusnet.php:649
#: statusnet.php:482
msgid "Consumer Secret"
msgstr ""
#: statusnet.php:650
#: statusnet.php:483
msgid "Consumer Key"
msgstr ""

View file

@ -6,5 +6,4 @@ function string_plural_select_ar($n){
if ($n==0) { return 0; } else if ($n==1) { return 1; } else if ($n==2) { return 2; } else if ($n%100>=3 && $n%100<=10) { return 3; } else if ($n%100>=11 && $n%100<=99) { return 4; } else { return 5; }
}}
$a->strings['Save Settings'] = 'حفظ الإعدادات';
$a->strings['Disabled'] = 'معطل';
$a->strings['Site name'] = 'اسم الموقع';

View file

@ -11,119 +11,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2018-06-14 14:47+0000\n"
"Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Aditoo, 2018\n"
"Language-Team: Czech (http://app.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: cs\n"
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
#: statusnet.php:151
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Poslat na GNU social"
#: statusnet.php:196
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Obraťte se na administratora webu.<br />Poskytnutý odkaz na API není platný."
#: statusnet.php:225
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Nemohli jsme kontaktovat API GNU social pomocí cesty, kterou jste zadal/a."
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "Nastavení pro GNU social aktualizována."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr "Import/export/zrcadlení GNU social"
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Globálně dostupné OAuth klíče pro GNU"
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Jsou dostupné předkonfigurované páry klíčů OAuth pro některé servery GNU social. Pokud některý z nich používáte, prosím používejte tyto kredenciály. Pokud ne, můžete se klidně připojit k jakékoliv jiné instanci GNU social (viz dole)."
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Uložit nastavení"
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
msgstr "Uveďte své vlastní OAuth přihlašovací údaje"
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:323
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica 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 "
"Friendica installation at your favorited GNU Social installation."
msgstr "Nenalezen žádný pár klíčů pro GNU social. Registrujte svůj účet Friendica na Vašem účtu GNU social jako desktopový klient, zkopírujte sem pár klíčů consumer key a zadejte kořenovou složku API.<br />Dříve, než si zaregistrujete Váš vlastní pár klíčů, se zeptejte administrátora, jestli již na Vaší oblíbené instalaci GNU social existuje pár klíčů pro tuto instalaci Friendica."
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr "Cesta k Base API (nezapomeňte na koncové /)"
#: statusnet.php:356
msgid ""
"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."
msgstr "Pro připojení k Vašemu účtu na GNU social klikněte na tlačítko níže. Obdržíte bezpečnostní kód od GNU social, ten musíte zkopírovat do vyplňovacího pole níže a odeslat formulář. Pouze Vaše <strong>veřejné</strong> příspěvky budou odesílány na GNU social."
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr "Přihlásit se pomocí GNU social"
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr "Zde překopírujte váš bezpečnostní kód z GNU social"
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr "Zrušit připojování"
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr "Aktuální API GNU social je:"
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr "Zrušit spojení s GNU social"
#: statusnet.php:379
msgid "Currently connected to: "
msgstr "Aktuálně jste připojen/a k:"
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zasílány na související účet na GNU social. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."
#: statusnet.php:382
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -131,47 +52,102 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Poznámka</strong>: Kvůli vašim nastavením o soukromí (<em>Skrýt Vaše profilové detaily před neznámými návštěvníky?</em>), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na GNU social zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán."
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr "Povolit posílání příspěvků na GNU social"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr "Ve výchozím stavu posílat veřejné příspěvky na GNU social"
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr "Zrcadlit všechny příspěvky z GNU social, které nejsou odpovědi nebo zopakované zprávy"
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr "Importovat vzdálenou časovou osu"
#: statusnet.php:402
msgid "Disabled"
msgstr "Zakázáno"
#: statusnet.php:403
msgid "Full Timeline"
msgstr "Plná časová osa"
#: statusnet.php:404
msgid "Only Mentions"
msgstr "Pouze zmínky"
#: statusnet.php:413
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "Vymazat konfiguraci OAuth"
#: statusnet.php:690
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Zrušit spojení s GNU social"
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Globálně dostupné OAuth klíče pro GNU"
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Jsou dostupné předkonfigurované páry klíčů OAuth pro některé servery GNU social. Pokud některý z nich používáte, prosím používejte tyto kredenciály. Pokud ne, můžete se klidně připojit k jakékoliv jiné instanci GNU social (viz dole)."
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Uveďte své vlastní OAuth přihlašovací údaje"
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application 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"
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:251
msgid ""
"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."
msgstr "Pro připojení k Vašemu účtu na GNU social klikněte na tlačítko níže. Obdržíte bezpečnostní kód od GNU social, ten musíte zkopírovat do vyplňovacího pole níže a odeslat formulář. Pouze Vaše <strong>veřejné</strong> příspěvky budou odesílány na GNU social."
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Přihlásit se pomocí GNU social"
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Zrušit připojování"
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Cesta k Base API (nezapomeňte na koncové /)"
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Zde překopírujte váš bezpečnostní kód z GNU social"
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Povolit posílání příspěvků na GNU social"
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zasílány na související účet na GNU social. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "Import/export/zrcadlení GNU social"
#: statusnet.php:480
msgid "Site name"
msgstr "Název webu"
#: statusnet.php:692
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: statusnet.php:693
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Consumer Key"

View file

@ -8,33 +8,23 @@ function string_plural_select_cs($n){
$a->strings['Post to GNU Social'] = 'Poslat na GNU social';
$a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Obraťte se na administratora webu.<br />Poskytnutý odkaz na API není platný.';
$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Nemohli jsme kontaktovat API GNU social pomocí cesty, kterou jste zadal/a.';
$a->strings['GNU Social settings updated.'] = 'Nastavení pro GNU social aktualizována.';
$a->strings['GNU Social Import/Export/Mirror'] = 'Import/export/zrcadlení GNU social';
$a->strings['Save Settings'] = 'Uložit nastavení';
$a->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>Poznámka</strong>: Kvůli vašim nastavením o soukromí (<em>Skrýt Vaše profilové detaily před neznámými návštěvníky?</em>), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na GNU social zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán.';
$a->strings['Clear OAuth configuration'] = 'Vymazat konfiguraci OAuth';
$a->strings['Cancel GNU Social Connection'] = 'Zrušit spojení s GNU social';
$a->strings['Globally Available GNU Social OAuthKeys'] = 'Globálně dostupné OAuth klíče pro GNU';
$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Jsou dostupné předkonfigurované páry klíčů OAuth pro některé servery GNU social. Pokud některý z nich používáte, prosím používejte tyto kredenciály. Pokud ne, můžete se klidně připojit k jakékoliv jiné instanci GNU social (viz dole).';
$a->strings['Save Settings'] = 'Uložit nastavení';
$a->strings['Provide your own OAuth Credentials'] = 'Uveďte své vlastní OAuth přihlašovací údaje';
$a->strings['No consumer key pair for GNU Social found. Register your Friendica 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 Friendica installation at your favorited GNU Social installation.'] = 'Nenalezen žádný pár klíčů pro GNU social. Registrujte svůj účet Friendica na Vašem účtu GNU social jako desktopový klient, zkopírujte sem pár klíčů consumer key a zadejte kořenovou složku API.<br />Dříve, než si zaregistrujete Váš vlastní pár klíčů, se zeptejte administrátora, jestli již na Vaší oblíbené instalaci GNU social existuje pár klíčů pro tuto instalaci Friendica.';
$a->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.'] = 'Pro připojení k Vašemu účtu na GNU social klikněte na tlačítko níže. Obdržíte bezpečnostní kód od GNU social, ten musíte zkopírovat do vyplňovacího pole níže a odeslat formulář. Pouze Vaše <strong>veřejné</strong> příspěvky budou odesílány na GNU social.';
$a->strings['Log in with GNU Social'] = 'Přihlásit se pomocí GNU social';
$a->strings['Cancel Connection Process'] = 'Zrušit připojování';
$a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key';
$a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret';
$a->strings['Base API Path (remember the trailing /)'] = 'Cesta k Base API (nezapomeňte na koncové /)';
$a->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.'] = 'Pro připojení k Vašemu účtu na GNU social klikněte na tlačítko níže. Obdržíte bezpečnostní kód od GNU social, ten musíte zkopírovat do vyplňovacího pole níže a odeslat formulář. Pouze Vaše <strong>veřejné</strong> příspěvky budou odesílány na GNU social.';
$a->strings['Log in with GNU Social'] = 'Přihlásit se pomocí GNU social';
$a->strings['Copy the security code from GNU Social here'] = 'Zde překopírujte váš bezpečnostní kód z GNU social';
$a->strings['Cancel Connection Process'] = 'Zrušit připojování';
$a->strings['Current GNU Social API is'] = 'Aktuální API GNU social je:';
$a->strings['Cancel GNU Social Connection'] = 'Zrušit spojení s GNU social';
$a->strings['Currently connected to: '] = 'Aktuálně jste připojen/a k:';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zasílány na související účet na GNU social. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku.';
$a->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>Poznámka</strong>: Kvůli vašim nastavením o soukromí (<em>Skrýt Vaše profilové detaily před neznámými návštěvníky?</em>), odkaz potenciálně obsažen ve veřejných příspěvcích přeposílaných na GNU social zavedou návštěvníky na prázdnou stránku informující návštěvníky, že přístup na Váš profil byl zakázán.';
$a->strings['Allow posting to GNU Social'] = 'Povolit posílání příspěvků na GNU social';
$a->strings['Send public postings to GNU Social by default'] = 'Ve výchozím stavu posílat veřejné příspěvky na GNU social';
$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Zrcadlit všechny příspěvky z GNU social, které nejsou odpovědi nebo zopakované zprávy';
$a->strings['Import the remote timeline'] = 'Importovat vzdálenou časovou osu';
$a->strings['Disabled'] = 'Zakázáno';
$a->strings['Full Timeline'] = 'Plná časová osa';
$a->strings['Only Mentions'] = 'Pouze zmínky';
$a->strings['Clear OAuth configuration'] = 'Vymazat konfiguraci OAuth';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Je-li povoleno, všechny Vaše <strong>veřejné</strong> příspěvky mohou být zasílány na související účet na GNU social. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku.';
$a->strings['GNU Social Import/Export/Mirror'] = 'Import/export/zrcadlení GNU social';
$a->strings['Site name'] = 'Název webu';
$a->strings['Consumer Secret'] = 'Consumer Secret';
$a->strings['Consumer Key'] = 'Consumer Key';

View file

@ -13,40 +13,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2022-01-22 17:42+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016,2022\n"
"Language-Team: German (http://app.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: statusnet.php:97
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Auf GNU Social veröffentlichen"
#: statusnet.php:148
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Bitte kontaktiere den Administrator der Seite.<br />Die gegebene API URL ist nicht gültig."
#: statusnet.php:176
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Die GNU Social-API konnte mit dem angegebenen Pfad nicht erreicht werden."
#: statusnet.php:243 statusnet.php:656
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: statusnet.php:255
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr "Derzeit verbunden mit: <a href=\"%s\" target=\"_statusnet\">%s</a>"
#: statusnet.php:260
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -54,30 +54,30 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Hinweis</strong>: Aufgrund deiner Privatsphären-Einstellungen (<em>Profil-Details vor unbekannten Betrachtern verbergen?</em>) wird der Link, der eventuell an deinen GNU Social-Beitrag angehängt wird, um auf den Originalbeitrag zu verweisen, den Betrachter auf eine leere Seite führen, die ihn darüber informiert, dass der Zugriff eingeschränkt wurde."
#: statusnet.php:263
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "OAuth-Konfiguration löschen"
#: statusnet.php:275
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Verbindung zum GNU Social-Server abbrechen"
#: statusnet.php:283
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Verfügbare OAuth-Schlüssel für GNU Social"
#: statusnet.php:284
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "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. Falls nicht, stelle stattdessen eine Verbindung zu irgendeinem anderen StatusNet-Server her (siehe unten)."
#: statusnet.php:285
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Eigene OAuth-Schlüssel eintragen"
#: statusnet.php:286
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
@ -86,7 +86,7 @@ msgid ""
" Friendica installation at your favorite GNU Social installation."
msgstr "Kein Consumer-Schlüsselpaar für GNU Social gefunden. Registriere deinen Friendica-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 Friendica-Servers, ob schon ein Schlüsselpaar für diesen Friendica-Server auf diesem GNU Social-Server existiert."
#: statusnet.php:287
#: statusnet.php:251
msgid ""
"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 "
@ -94,86 +94,62 @@ msgid ""
"posted to GNU Social."
msgstr "Um dein Konto mit einem GNU Social-Konto zu verknüpfen, klicke den Button an, um einen Sicherheitscode von GNU Social zu erhalten, und kopiere diesen in das Eingabefeld weiter unten. Es werden ausschließlich deine <strong>öffentlichen</strong> Nachrichten an GNU Social gesendet."
#: statusnet.php:288
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Bei GNU Social anmelden"
#: statusnet.php:289
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Verbindungsprozess abbrechen"
#: statusnet.php:290
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr "Derzeitige GNU Social-API-URL lautet %s"
#: statusnet.php:307
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"
#: statusnet.php:308
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Basis-URL der StatusNet-API (vergiss den abschließenden / nicht)"
#: statusnet.php:311
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Kopiere den Sicherheitscode von GNU social hier hin"
#: statusnet.php:313
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Veröffentlichung bei GNU Social erlauben"
#: statusnet.php:313
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen GNU Social-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen."
#: statusnet.php:314
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr "Standardmäßig bei GNU Social veröffentlichen"
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr "Spiegle alle öffentlichen Nachrichten"
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr "Automatisch Kontakte anlegen"
#: statusnet.php:317
msgid "Import the remote timeline"
msgstr "Importiere die entfernte Zeitleiste"
#: statusnet.php:318
msgid "Disabled"
msgstr "Deaktiviert"
#: statusnet.php:319
msgid "Full Timeline"
msgstr "Komplette Timeline"
#: statusnet.php:320
msgid "Only Mentions"
msgstr "Nur Erwähnungen"
#: statusnet.php:326
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "GNU Social-Import/Export/Spiegeln"
#: statusnet.php:647
#: statusnet.php:480
msgid "Site name"
msgstr "Seitenname"
#: statusnet.php:649
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: statusnet.php:650
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Consumer Key"

View file

@ -28,12 +28,6 @@ $a->strings['Copy the security code from GNU Social here'] = 'Kopiere den Sicher
$a->strings['Allow posting to GNU Social'] = 'Veröffentlichung bei GNU Social erlauben';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Wenn aktiviert, können all deine <strong>öffentlichen</strong> Einträge auf dem verbundenen GNU Social-Konto veröffentlicht werden. Du kannst das (hier) als Standardverhalten einstellen oder beim Schreiben eines Beitrags in den Beitragsoptionen festlegen.';
$a->strings['Post to GNU Social by default'] = 'Standardmäßig bei GNU Social veröffentlichen';
$a->strings['Mirror all public posts'] = 'Spiegle alle öffentlichen Nachrichten';
$a->strings['Automatically create contacts'] = 'Automatisch Kontakte anlegen';
$a->strings['Import the remote timeline'] = 'Importiere die entfernte Zeitleiste';
$a->strings['Disabled'] = 'Deaktiviert';
$a->strings['Full Timeline'] = 'Komplette Timeline';
$a->strings['Only Mentions'] = 'Nur Erwähnungen';
$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social-Import/Export/Spiegeln';
$a->strings['Site name'] = 'Seitenname';
$a->strings['Consumer Secret'] = 'Consumer Secret';

View file

@ -9,119 +9,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2016-11-17 23:07+0000\n"
"Last-Translator: Albert\n"
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Albert, 2016\n"
"Language-Team: Spanish (http://app.transifex.com/Friendica/friendica/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: statusnet.php:151
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Publicar en GNU Social"
#: statusnet.php:196
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Por favor contacte con el administrador de su página.<br />La URL de API provista no es válida."
#: statusnet.php:225
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "No pudimos contactar con la API de GNU Social con el Camino que introdujo."
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "Ajustes de GNU Social actualizados."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr "Importar/Exportar/Reflejar GNU Social"
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Disponible globalmente GNU Social OAuthKeys"
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Hay pares de clave preconfigurados OAuth para algunos servidores disponibles de GNU Social. Si está utilizando uno de ellos, por favor utilice estas credenciales. Si no se siente libre de conectar a alguna otra instancia de GNU Social (vea abajo)."
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Guardar Ajustes"
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
msgstr "Proveer sus propias credenciales de OAuth"
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:323
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica 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 "
"Friendica installation at your favorited GNU Social installation."
msgstr "No se encontró el par de claves de consumidor para GNU Social. Registre su cuenta de Friendica como un cliente de escritorio en su cuenta de GNU, copie el par de claves aquí e introduzca el origen de la API.<br />Antes de qeu registre su propio par de claves de OAuth pregunte al administrador si ya hay un par de claves para esta instalación de Friendica en su instalación de GNU Social favorita."
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr "Clave de Consumidor de OAuth"
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr "Secreto de Consumidor de OAuth"
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr "Camino Base de API (Recordar la cola /)"
#: statusnet.php:356
msgid ""
"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."
msgstr "Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas <strong>públicas</strong> se publicarán en GNU Social."
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr "Acceder a GNU Social"
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr "Copiar el código de seguridad de GNU Social aquí"
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr "Cancelar el Proceso de Conexión"
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr "API de GNU Social actual"
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr "Cancelar la conexión a GNU Social"
#: statusnet.php:379
msgid "Currently connected to: "
msgstr "Actualmente conectado a:"
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Si está habilitado, todas sus publicaciones <strong>públicas</strong> pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada."
#: statusnet.php:382
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -129,47 +50,102 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Nota</strong>: Debido a sus ajustes de privacidad (<em>?Ocultar los detalles de su perfil a espectadores desconocidos?</em>) el enlace potencialmente incluído en publicaciones públicas transmitidas a GNU Social llevarán al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido."
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr "Permitir publicar en GNU Social"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr "Enviar las publicaciones públicas a GNU Social por defecto"
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr "Reflejar todas las entradas de GNU Social que no son respuestas o mensajes repetidos"
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr "Importar la línea de tiempo remota"
#: statusnet.php:402
msgid "Disabled"
msgstr "Deshabilitado"
#: statusnet.php:403
msgid "Full Timeline"
msgstr "Línea de Tiempo completa"
#: statusnet.php:404
msgid "Only Mentions"
msgstr "Sólo Menciones"
#: statusnet.php:413
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "Limpiar la configuración de OAuth"
#: statusnet.php:690
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Cancelar la conexión a GNU Social"
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Disponible globalmente GNU Social OAuthKeys"
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Hay pares de clave preconfigurados OAuth para algunos servidores disponibles de GNU Social. Si está utilizando uno de ellos, por favor utilice estas credenciales. Si no se siente libre de conectar a alguna otra instancia de GNU Social (vea abajo)."
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Proveer sus propias credenciales de OAuth"
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application 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"
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:251
msgid ""
"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."
msgstr "Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas <strong>públicas</strong> se publicarán en GNU Social."
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Acceder a GNU Social"
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Cancelar el Proceso de Conexión"
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "Clave de Consumidor de OAuth"
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "Secreto de Consumidor de OAuth"
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Camino Base de API (Recordar la cola /)"
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Copiar el código de seguridad de GNU Social aquí"
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Permitir publicar en GNU Social"
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Si está habilitado, todas sus publicaciones <strong>públicas</strong> pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada."
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "Importar/Exportar/Reflejar GNU Social"
#: statusnet.php:480
msgid "Site name"
msgstr "Nombre de la página"
#: statusnet.php:692
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Secreto de Consumidor"
#: statusnet.php:693
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Clave de Consumidor"

View file

@ -3,38 +3,28 @@
if(! function_exists("string_plural_select_es")) {
function string_plural_select_es($n){
$n = intval($n);
return intval($n != 1);
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Post to GNU Social'] = 'Publicar en GNU Social';
$a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Por favor contacte con el administrador de su página.<br />La URL de API provista no es válida.';
$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'No pudimos contactar con la API de GNU Social con el Camino que introdujo.';
$a->strings['GNU Social settings updated.'] = 'Ajustes de GNU Social actualizados.';
$a->strings['GNU Social Import/Export/Mirror'] = 'Importar/Exportar/Reflejar GNU Social';
$a->strings['Save Settings'] = 'Guardar Ajustes';
$a->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>Nota</strong>: Debido a sus ajustes de privacidad (<em>?Ocultar los detalles de su perfil a espectadores desconocidos?</em>) el enlace potencialmente incluído en publicaciones públicas transmitidas a GNU Social llevarán al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido.';
$a->strings['Clear OAuth configuration'] = 'Limpiar la configuración de OAuth';
$a->strings['Cancel GNU Social Connection'] = 'Cancelar la conexión a GNU Social';
$a->strings['Globally Available GNU Social OAuthKeys'] = 'Disponible globalmente GNU Social OAuthKeys';
$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Hay pares de clave preconfigurados OAuth para algunos servidores disponibles de GNU Social. Si está utilizando uno de ellos, por favor utilice estas credenciales. Si no se siente libre de conectar a alguna otra instancia de GNU Social (vea abajo).';
$a->strings['Save Settings'] = 'Guardar Ajustes';
$a->strings['Provide your own OAuth Credentials'] = 'Proveer sus propias credenciales de OAuth';
$a->strings['No consumer key pair for GNU Social found. Register your Friendica 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 Friendica installation at your favorited GNU Social installation.'] = 'No se encontró el par de claves de consumidor para GNU Social. Registre su cuenta de Friendica como un cliente de escritorio en su cuenta de GNU, copie el par de claves aquí e introduzca el origen de la API.<br />Antes de qeu registre su propio par de claves de OAuth pregunte al administrador si ya hay un par de claves para esta instalación de Friendica en su instalación de GNU Social favorita.';
$a->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.'] = 'Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas <strong>públicas</strong> se publicarán en GNU Social.';
$a->strings['Log in with GNU Social'] = 'Acceder a GNU Social';
$a->strings['Cancel Connection Process'] = 'Cancelar el Proceso de Conexión';
$a->strings['OAuth Consumer Key'] = 'Clave de Consumidor de OAuth';
$a->strings['OAuth Consumer Secret'] = 'Secreto de Consumidor de OAuth';
$a->strings['Base API Path (remember the trailing /)'] = 'Camino Base de API (Recordar la cola /)';
$a->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.'] = 'Para conectarse a su cuenta GNU Social click en el botón de abajo para obtener un código de seguridad de GNU Social que puede copiar en la caja de abajo y enviar el formulario. Sólo sus entradas <strong>públicas</strong> se publicarán en GNU Social.';
$a->strings['Log in with GNU Social'] = 'Acceder a GNU Social';
$a->strings['Copy the security code from GNU Social here'] = 'Copiar el código de seguridad de GNU Social aquí';
$a->strings['Cancel Connection Process'] = 'Cancelar el Proceso de Conexión';
$a->strings['Current GNU Social API is'] = 'API de GNU Social actual';
$a->strings['Cancel GNU Social Connection'] = 'Cancelar la conexión a GNU Social';
$a->strings['Currently connected to: '] = 'Actualmente conectado a:';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Si está habilitado, todas sus publicaciones <strong>públicas</strong> pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada.';
$a->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>Nota</strong>: Debido a sus ajustes de privacidad (<em>?Ocultar los detalles de su perfil a espectadores desconocidos?</em>) el enlace potencialmente incluído en publicaciones públicas transmitidas a GNU Social llevarán al visitante a una página en blanco informándole de que el acceso a su perfil ha sido restringido.';
$a->strings['Allow posting to GNU Social'] = 'Permitir publicar en GNU Social';
$a->strings['Send public postings to GNU Social by default'] = 'Enviar las publicaciones públicas a GNU Social por defecto';
$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Reflejar todas las entradas de GNU Social que no son respuestas o mensajes repetidos';
$a->strings['Import the remote timeline'] = 'Importar la línea de tiempo remota';
$a->strings['Disabled'] = 'Deshabilitado';
$a->strings['Full Timeline'] = 'Línea de Tiempo completa';
$a->strings['Only Mentions'] = 'Sólo Menciones';
$a->strings['Clear OAuth configuration'] = 'Limpiar la configuración de OAuth';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Si está habilitado, todas sus publicaciones <strong>públicas</strong> pueden publicarse en la cuenta asociada de GNU Social. Puede elegir hacer eso por defecto (aquí) o por cada publicación por separado en las opciones de publicación mientras escribe la entrada.';
$a->strings['GNU Social Import/Export/Mirror'] = 'Importar/Exportar/Reflejar GNU Social';
$a->strings['Site name'] = 'Nombre de la página';
$a->strings['Consumer Secret'] = 'Secreto de Consumidor';
$a->strings['Consumer Key'] = 'Clave de Consumidor';

View file

@ -12,40 +12,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Nicolas Derive, 2022\n"
"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n"
"Language-Team: French (http://app.transifex.com/Friendica/friendica/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: statusnet.php:97
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Publier sur GNU Social"
#: statusnet.php:148
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Merci de contacter l'administrateur du site.<br />L'URL d'API fournie est invalide."
#: statusnet.php:176
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Impossible de se connecter à l'API GNU Social avec le chemin indiqué."
#: statusnet.php:243 statusnet.php:656
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Sauvegarder les paramètres"
#: statusnet.php:255
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr "Actuellement connecté à : <a href=\"%s\" target=\"_statusnet\">%s</a>"
#: statusnet.php:260
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -53,30 +53,30 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Note</strong>: En lien avec vos paramètres de confidentialité (<em>Masquer vos détails de profil de visiteurs inconnus ?</em>) le lien potentiellement inclus dans vos publications publiques relayées à GNU Social emmèneront le visiteur à une page blanche l'informant que l'accès à votre profil a été restreint."
#: statusnet.php:263
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "Effacer la configuration OAuth"
#: statusnet.php:275
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Annuler la connexion à GNU Social"
#: statusnet.php:283
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Clés OAuth de GNU Social disponibles globalement"
#: statusnet.php:284
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Il y a des paires des clés OAuth préconfigurées disponibles pour certains serveurs GNU Social. Si vous utilisez l'une d'elles, merci d'utiliser ces identifiants. Si non, soyez libre de vous connecter à n'importe quelle autre instance GNU Social (voir ci-dessous)."
#: statusnet.php:285
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Fournissez vos propres identifiants OAuth"
#: statusnet.php:286
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
@ -85,7 +85,7 @@ msgid ""
" Friendica installation at your favorite GNU Social installation."
msgstr "Aucune paire de clés cliente pour GNU Social n'a été trouvée. Enregistrez votre compte Friendica comme une application de bureau sur votre compte GNU Social, copiez la paire de clés cliente ici et saisissez la racine de base de l'API. <br />Avant d'enregistrer votre propre paire de clés, demandez à l'administrateur si il y a déjà une paire de clés pour cette installation de Friendica sur votre installation GNU Social favorite."
#: statusnet.php:287
#: statusnet.php:251
msgid ""
"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 "
@ -93,86 +93,62 @@ msgid ""
"posted to GNU Social."
msgstr "Pour vous connecter à votre compte GNU Social, cliquez sur le bouton ci-dessous pour obtenir un code de sécurité de GNU Social, que vous devrez copier dans le champ de saisie ci-dessous, puis validez le formulaire. Seules vos publications <strong>publiques</strong> seront relayées sur GNU Social."
#: statusnet.php:288
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Se connecter avec GNU Social"
#: statusnet.php:289
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Annuler le processus de connexion"
#: statusnet.php:290
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr "L'API GNU Social actuelle est : %s"
#: statusnet.php:307
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "Clé d'Utilisateur OAuth"
#: statusnet.php:308
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "Secret d'Utilisateur OAuth"
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Chemin de base de l'API (n'oubliez pas le / final)"
#: statusnet.php:311
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Coller le code de sécurité de GNU Social ici"
#: statusnet.php:313
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Autoriser la publication sur GNU Social"
#: statusnet.php:313
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Si activé, toutes vos publications <strong>publiques</strong> pourront être relayées sur le compte GNU Social associé. Vous pouvez choisir de faire cela par défaut (ici) ou individuellement pour chaque publication dans les options de publications au moment ou vous la créez."
#: statusnet.php:314
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr "Publier sur GNU Social par défaut"
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr "Refléter toutes les publications publiques"
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr "Créer les contacts automatiquement"
#: statusnet.php:317
msgid "Import the remote timeline"
msgstr "Importer la Timeline distante"
#: statusnet.php:318
msgid "Disabled"
msgstr "Désactiver"
#: statusnet.php:319
msgid "Full Timeline"
msgstr "Timeline complète"
#: statusnet.php:320
msgid "Only Mentions"
msgstr "Mentions uniquement"
#: statusnet.php:326
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "Import/Export/Miroir GNU Social"
#: statusnet.php:647
#: statusnet.php:480
msgid "Site name"
msgstr "Nom du site"
#: statusnet.php:649
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Secret d'Utilisateur"
#: statusnet.php:650
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Clé d'Utilisateur"

View file

@ -28,12 +28,6 @@ $a->strings['Copy the security code from GNU Social here'] = 'Coller le code de
$a->strings['Allow posting to GNU Social'] = 'Autoriser la publication sur GNU Social';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Si activé, toutes vos publications <strong>publiques</strong> pourront être relayées sur le compte GNU Social associé. Vous pouvez choisir de faire cela par défaut (ici) ou individuellement pour chaque publication dans les options de publications au moment ou vous la créez.';
$a->strings['Post to GNU Social by default'] = 'Publier sur GNU Social par défaut';
$a->strings['Mirror all public posts'] = 'Refléter toutes les publications publiques';
$a->strings['Automatically create contacts'] = 'Créer les contacts automatiquement';
$a->strings['Import the remote timeline'] = 'Importer la Timeline distante';
$a->strings['Disabled'] = 'Désactiver';
$a->strings['Full Timeline'] = 'Timeline complète';
$a->strings['Only Mentions'] = 'Mentions uniquement';
$a->strings['GNU Social Import/Export/Mirror'] = 'Import/Export/Miroir GNU Social';
$a->strings['Site name'] = 'Nom du site';
$a->strings['Consumer Secret'] = 'Secret d\'Utilisateur';

View file

@ -9,40 +9,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Balázs Úr, 2020-2021\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"Language-Team: Hungarian (http://app.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: statusnet.php:97
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Beküldés a GNU Socialra"
#: statusnet.php:148
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Vegye fel a kapcsolatot az oldal adminisztrátorával.<br />A megadott API URL nem érvényes."
#: statusnet.php:176
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Nem tudtunk kapcsolatba lépni a GNU Social API-val azon az útvonalon, amelyet megadott."
#: statusnet.php:243 statusnet.php:656
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Beállítások mentése"
#: statusnet.php:255
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr "Jelenleg ehhez kapcsolódott: <a href=\"%s\" target=\"_statusnet\">%s</a>"
#: statusnet.php:260
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -50,30 +50,30 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Megjegyzés</strong>: az adatvédelmi beállításai miatt (<em>Elrejti a profilja részleteit az ismeretlen megtekintők elől?</em>) a GNU Socialra továbbított nyilvános beküldésekben vélhetően tartalmazott hivatkozás a látogatót egy üres oldalra fogja vezetni, amely arról tájékoztatja a látogatót, hogy a profiljához való hozzáférés korlátozva lett."
#: statusnet.php:263
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "OAuth beállítás törlése"
#: statusnet.php:275
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "GNU Social kapcsolódás megszakítása"
#: statusnet.php:283
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Globálisan elérhető GNU Social OAuth-kulcsok"
#: statusnet.php:284
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Előre beállított OAuth-kulcspárok érhetők el néhány GNU Social kiszolgálóhoz. Ha ezek egyikét használja, akkor használja ezeket a hitelesítési adatokat. Ha nem használja, akkor nyugodtan kapcsolódjon bármely egyéb GNU Social példányhoz (lásd lent)."
#: statusnet.php:285
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Adja meg a saját OAuth hitelesítési adatait"
#: statusnet.php:286
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
@ -82,7 +82,7 @@ msgid ""
" Friendica installation at your favorite GNU Social installation."
msgstr "Nem találhatók felhasználói kulcspárok a GNU Socialhoz. Regisztrálja a Friendica fiókját asztali alkalmazásként a GNU Social fiókjánál, másolja be a felhasználói kulcspárt ide, és adja meg az API alapgyökerét.<br />Mielőtt saját OAuth kulcspárt regisztrálna, kérdezze meg az adminisztrátort, hogy van-e már kulcspár ehhez a Friendica telepítéshez a kedvenc GNU Social telepítésénél."
#: statusnet.php:287
#: statusnet.php:251
msgid ""
"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 "
@ -90,86 +90,62 @@ msgid ""
"posted to GNU Social."
msgstr "A GNU Social fiókhoz való kapcsolódáshoz kattintson a lenti gombra, hogy megkapja a biztonsági kódot a GNU Socialtól, amelyet a lenti beviteli mezőbe kell bemásolnia, majd el kell küldenie az űrlapot. Csak a <strong>nyilvános</strong> bejegyzései lesznek beküldve a GNU Socialra."
#: statusnet.php:288
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Bejelentkezés GNU Social használatával"
#: statusnet.php:289
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Kapcsolódási folyamat megszakítása"
#: statusnet.php:290
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr "A jelenlegi GNU Social API: %s"
#: statusnet.php:307
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "OAuth felhasználói kulcs"
#: statusnet.php:308
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "OAuth felhasználói titok"
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Alap API útvonal (ne felejtse el a záró / karaktert)"
#: statusnet.php:311
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Másolja be ide a GNU Socialtól származó biztonsági kódot"
#: statusnet.php:313
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Beküldés engedélyezése a GNU Socialra"
#: statusnet.php:313
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Ha engedélyezve van, akkor az összes <strong>nyilvános</strong> beküldés beküldhető a hozzárendelt GNU Social fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést."
#: statusnet.php:314
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr "Beküldés a GNU Socialra alapértelmezetten"
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr "Összes nyilvános bejegyzés tükrözése"
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr "Partnerek automatikus létrehozása"
#: statusnet.php:317
msgid "Import the remote timeline"
msgstr "A távoli idővonal importálása"
#: statusnet.php:318
msgid "Disabled"
msgstr "Letiltva"
#: statusnet.php:319
msgid "Full Timeline"
msgstr "Teljes idővonal"
#: statusnet.php:320
msgid "Only Mentions"
msgstr "Csak említések"
#: statusnet.php:326
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "GNU Social importálás, exportálás vagy tükrözés"
#: statusnet.php:647
#: statusnet.php:480
msgid "Site name"
msgstr "Oldal neve"
#: statusnet.php:649
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Felhasználói titok"
#: statusnet.php:650
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Felhasználói kulcs"

View file

@ -28,12 +28,6 @@ $a->strings['Copy the security code from GNU Social here'] = 'Másolja be ide a
$a->strings['Allow posting to GNU Social'] = 'Beküldés engedélyezése a GNU Socialra';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ha engedélyezve van, akkor az összes <strong>nyilvános</strong> beküldés beküldhető a hozzárendelt GNU Social fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést.';
$a->strings['Post to GNU Social by default'] = 'Beküldés a GNU Socialra alapértelmezetten';
$a->strings['Mirror all public posts'] = 'Összes nyilvános bejegyzés tükrözése';
$a->strings['Automatically create contacts'] = 'Partnerek automatikus létrehozása';
$a->strings['Import the remote timeline'] = 'A távoli idővonal importálása';
$a->strings['Disabled'] = 'Letiltva';
$a->strings['Full Timeline'] = 'Teljes idővonal';
$a->strings['Only Mentions'] = 'Csak említések';
$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social importálás, exportálás vagy tükrözés';
$a->strings['Site name'] = 'Oldal neve';
$a->strings['Consumer Secret'] = 'Felhasználói titok';

View file

@ -9,119 +9,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2018-05-24 10:00+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>, 2018\n"
"Language-Team: Icelandic (http://app.transifex.com/Friendica/friendica/language/is/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n"
#: statusnet.php:151
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Senda á GNU Social"
#: statusnet.php:196
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Hafðu samband við kerfisstjóra.<br />Uppgefin API-slóð er ógild."
#: statusnet.php:225
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Ekki náðist í GNU Social API með slóðinni sem þú gafst upp."
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "Stillingar GNU Social uppfærðar."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr ""
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Víðværir OAuth-lyklar GNU Social eru til taks"
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Það eru forstillt OAuth-lyklapör í sumum GNU Social þjónum. Ef þú ert að nota slíkt par, notaðu þá þau auðkenni. Ef ekki þá er þér frjálst að tengjast hvaða öðrum GNU Social þjónum (sjá fyrir neðan)."
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Vista stillingar"
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
msgstr "Gefðu upp eigin OAuth auðkenni"
#: statusnet.php:323
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica 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 "
"Friendica installation at your favorited GNU Social installation."
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr "OAuth-lykill notanda"
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr "OAuth-leyniorð notanda"
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr "Grunn API-slóð (muna eftir / í endann)"
#: statusnet.php:356
msgid ""
"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."
msgstr "Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins <strong>opinberar</strong> færslur munu flæða yfir á GNU Social."
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr "Skrá inn með GNU Social"
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr "Afrita öryggislykil frá GNU Social hingað"
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr "Hætta við tengiferli"
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr "Núverandi GNU Social API er"
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr "Hætta við GNU Social tengingu"
#: statusnet.php:379
msgid "Currently connected to: "
msgstr "Núna tengdur við:"
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður."
#: statusnet.php:382
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -129,47 +50,102 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr ""
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr "Leyfa sendingu færslna til GNU Social"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr "Sjálfgefið senda opinberar færslur á GNU Social"
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr ""
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr "Flytja inn fjartengdu tímalínuna"
#: statusnet.php:402
msgid "Disabled"
msgstr "Slökkt"
#: statusnet.php:403
msgid "Full Timeline"
msgstr "Öll tímalínan"
#: statusnet.php:404
msgid "Only Mentions"
msgstr ""
#: statusnet.php:413
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "Hreinsa OAuth stillingar"
#: statusnet.php:690
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Hætta við GNU Social tengingu"
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Víðværir OAuth-lyklar GNU Social eru til taks"
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Það eru forstillt OAuth-lyklapör í sumum GNU Social þjónum. Ef þú ert að nota slíkt par, notaðu þá þau auðkenni. Ef ekki þá er þér frjálst að tengjast hvaða öðrum GNU Social þjónum (sjá fyrir neðan)."
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Gefðu upp eigin OAuth auðkenni"
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application 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"
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:251
msgid ""
"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."
msgstr "Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins <strong>opinberar</strong> færslur munu flæða yfir á GNU Social."
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Skrá inn með GNU Social"
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Hætta við tengiferli"
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "OAuth-lykill notanda"
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "OAuth-leyniorð notanda"
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Grunn API-slóð (muna eftir / í endann)"
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Afrita öryggislykil frá GNU Social hingað"
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Leyfa sendingu færslna til GNU Social"
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður."
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr ""
#: statusnet.php:480
msgid "Site name"
msgstr "Heiti vefsvæðis"
#: statusnet.php:692
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Leyniorð notanda"
#: statusnet.php:693
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Lykill notanda"

View file

@ -8,28 +8,21 @@ function string_plural_select_is($n){
$a->strings['Post to GNU Social'] = 'Senda á GNU Social';
$a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Hafðu samband við kerfisstjóra.<br />Uppgefin API-slóð er ógild.';
$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Ekki náðist í GNU Social API með slóðinni sem þú gafst upp.';
$a->strings['GNU Social settings updated.'] = 'Stillingar GNU Social uppfærðar.';
$a->strings['Save Settings'] = 'Vista stillingar';
$a->strings['Clear OAuth configuration'] = 'Hreinsa OAuth stillingar';
$a->strings['Cancel GNU Social Connection'] = 'Hætta við GNU Social tengingu';
$a->strings['Globally Available GNU Social OAuthKeys'] = 'Víðværir OAuth-lyklar GNU Social eru til taks';
$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Það eru forstillt OAuth-lyklapör í sumum GNU Social þjónum. Ef þú ert að nota slíkt par, notaðu þá þau auðkenni. Ef ekki þá er þér frjálst að tengjast hvaða öðrum GNU Social þjónum (sjá fyrir neðan).';
$a->strings['Save Settings'] = 'Vista stillingar';
$a->strings['Provide your own OAuth Credentials'] = 'Gefðu upp eigin OAuth auðkenni';
$a->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.'] = 'Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins <strong>opinberar</strong> færslur munu flæða yfir á GNU Social.';
$a->strings['Log in with GNU Social'] = 'Skrá inn með GNU Social';
$a->strings['Cancel Connection Process'] = 'Hætta við tengiferli';
$a->strings['OAuth Consumer Key'] = 'OAuth-lykill notanda';
$a->strings['OAuth Consumer Secret'] = 'OAuth-leyniorð notanda';
$a->strings['Base API Path (remember the trailing /)'] = 'Grunn API-slóð (muna eftir / í endann)';
$a->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.'] = 'Til að tengjast GNU Social notandaaðgangnum ýttu á hnappinn hér fyrir neðan, þá fæst öryggislykill frá GNU Social sem þarf að afrita í svæðið fyrir neðan og senda inn. Aðeins <strong>opinberar</strong> færslur munu flæða yfir á GNU Social.';
$a->strings['Log in with GNU Social'] = 'Skrá inn með GNU Social';
$a->strings['Copy the security code from GNU Social here'] = 'Afrita öryggislykil frá GNU Social hingað';
$a->strings['Cancel Connection Process'] = 'Hætta við tengiferli';
$a->strings['Current GNU Social API is'] = 'Núverandi GNU Social API er';
$a->strings['Cancel GNU Social Connection'] = 'Hætta við GNU Social tengingu';
$a->strings['Currently connected to: '] = 'Núna tengdur við:';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður.';
$a->strings['Allow posting to GNU Social'] = 'Leyfa sendingu færslna til GNU Social';
$a->strings['Send public postings to GNU Social by default'] = 'Sjálfgefið senda opinberar færslur á GNU Social';
$a->strings['Import the remote timeline'] = 'Flytja inn fjartengdu tímalínuna';
$a->strings['Disabled'] = 'Slökkt';
$a->strings['Full Timeline'] = 'Öll tímalínan';
$a->strings['Clear OAuth configuration'] = 'Hreinsa OAuth stillingar';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ef virkt þá geta allar <strong>opinberu</strong> stöðu meldingarnar þínar verið birtar á tengdri GNU Social síðu. Þú getur valið að gera þetta sjálfvirkt (hér) eða fyrir hvern póst í senn þegar hann er skrifaður.';
$a->strings['Site name'] = 'Heiti vefsvæðis';
$a->strings['Consumer Secret'] = 'Leyniorð notanda';
$a->strings['Consumer Key'] = 'Lykill notanda';

View file

@ -10,119 +10,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2020-09-17 11:40+0000\n"
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/Friendica/friendica/language/it/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Sylke Vicious <silkevicious@gmail.com>, 2020\n"
"Language-Team: Italian (http://app.transifex.com/Friendica/friendica/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#: statusnet.php:151
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Invia a GNU Social"
#: statusnet.php:196
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Contatta l'amministratore del sito.<br/>L'URL delle API fornito non è valido."
#: statusnet.php:225
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Non possiamo conttattare le API di GNU Social con il percorso che hai inserito."
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "Impostazioni di GNU Social aggiornate."
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr "Esporta/Importa/Clona GNU Social"
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr "OAuthKeys globali di GNU Social"
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di GNU Social (vedi sotto)."
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Salva Impostazioni"
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
msgstr "Fornisci le tue credenziali OAuth"
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:323
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica 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 "
"Friendica installation at your favorited GNU Social installation."
msgstr "Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l'url base delle API.<br/>Prima di registrare la tua coppia di chiavi OAuth, chiedi all'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita."
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr "Indirizzo di base per le API (ricorda la / alla fine)"
#: statusnet.php:356
msgid ""
"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."
msgstr "Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi <strong>pubblici</strong> saranno inviati a GNU Social."
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr "Accedi con GNU Social"
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr "Copia il codice di sicurezza da GNU Social qui"
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr "Annulla il processo di connessione"
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr "Le API GNU Social correnti sono"
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr "Annulla la connessione a GNU Social"
#: statusnet.php:379
msgid "Currently connected to: "
msgstr "Al momento connesso con:"
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> possono essere inviati all'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."
#: statusnet.php:382
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -130,47 +51,102 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Nota</strong>: A causa delle tue impostazioni di privacy(<em>Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?</em>) il collegamento potenzialmente incluso nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l'accesso al tuo profilo è stato limitato."
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr "Permetti l'invio a GNU Social"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr "Invia sempre i messaggi pubblici a GNU Social"
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr "Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti"
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr "Importa la timeline remota"
#: statusnet.php:402
msgid "Disabled"
msgstr "Disabilitato"
#: statusnet.php:403
msgid "Full Timeline"
msgstr "Timeline completa"
#: statusnet.php:404
msgid "Only Mentions"
msgstr "Solo menzioni"
#: statusnet.php:413
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "Rimuovi la configurazione OAuth"
#: statusnet.php:690
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Annulla la connessione a GNU Social"
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "OAuthKeys globali di GNU Social"
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un'altra installazione di GNU Social (vedi sotto)."
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Fornisci le tue credenziali OAuth"
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application 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"
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:251
msgid ""
"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."
msgstr "Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi <strong>pubblici</strong> saranno inviati a GNU Social."
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Accedi con GNU Social"
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Annulla il processo di connessione"
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "OAuth Consumer Key"
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "OAuth Consumer Secret"
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Indirizzo di base per le API (ricorda la / alla fine)"
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Copia il codice di sicurezza da GNU Social qui"
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Permetti l'invio a GNU Social"
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> possono essere inviati all'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio."
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "Esporta/Importa/Clona GNU Social"
#: statusnet.php:480
msgid "Site name"
msgstr "Nome del sito"
#: statusnet.php:692
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Consumer Secret"
#: statusnet.php:693
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Consumer Key"

View file

@ -3,38 +3,28 @@
if(! function_exists("string_plural_select_it")) {
function string_plural_select_it($n){
$n = intval($n);
return intval($n != 1);
if ($n == 1) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; }
}}
$a->strings['Post to GNU Social'] = 'Invia a GNU Social';
$a->strings['Please contact your site administrator.<br />The provided API URL is not valid.'] = 'Contatta l\'amministratore del sito.<br/>L\'URL delle API fornito non è valido.';
$a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Non possiamo conttattare le API di GNU Social con il percorso che hai inserito.';
$a->strings['GNU Social settings updated.'] = 'Impostazioni di GNU Social aggiornate.';
$a->strings['GNU Social Import/Export/Mirror'] = 'Esporta/Importa/Clona GNU Social';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->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>Nota</strong>: A causa delle tue impostazioni di privacy(<em>Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?</em>) il collegamento potenzialmente incluso nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l\'accesso al tuo profilo è stato limitato.';
$a->strings['Clear OAuth configuration'] = 'Rimuovi la configurazione OAuth';
$a->strings['Cancel GNU Social Connection'] = 'Annulla la connessione a GNU Social';
$a->strings['Globally Available GNU Social OAuthKeys'] = 'OAuthKeys globali di GNU Social';
$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Esistono coppie di chiavi OAuth precofigurate per alcuni server GNU Social. Se usi uno di questi server, per favore scegli queste credenziali. Altrimenti sei libero di collegarti a un\'altra installazione di GNU Social (vedi sotto).';
$a->strings['Save Settings'] = 'Salva Impostazioni';
$a->strings['Provide your own OAuth Credentials'] = 'Fornisci le tue credenziali OAuth';
$a->strings['No consumer key pair for GNU Social found. Register your Friendica 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 Friendica installation at your favorited GNU Social installation.'] = 'Nessuna coppia di chiavi consumer trovate per GNU Social. Registra il tuo account Friendica come un client desktop nel tuo account GNU Social, copia la coppia di chiavi consumer qui e inserisci l\'url base delle API.<br/>Prima di registrare la tua coppia di chiavi OAuth, chiedi all\'amministratore se esiste già una coppia di chiavi per questo sito Friendica presso la tua installazione GNU Social preferita.';
$a->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.'] = 'Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi <strong>pubblici</strong> saranno inviati a GNU Social.';
$a->strings['Log in with GNU Social'] = 'Accedi con GNU Social';
$a->strings['Cancel Connection Process'] = 'Annulla il processo di connessione';
$a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key';
$a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret';
$a->strings['Base API Path (remember the trailing /)'] = 'Indirizzo di base per le API (ricorda la / alla fine)';
$a->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.'] = 'Per collegare il tuo account GNU Social, clicca sul bottone per ottenere un codice di sicurezza da GNU Social, che dovrai copiare nel box sottostante e poi inviare la form. Solo i tuoi messaggi <strong>pubblici</strong> saranno inviati a GNU Social.';
$a->strings['Log in with GNU Social'] = 'Accedi con GNU Social';
$a->strings['Copy the security code from GNU Social here'] = 'Copia il codice di sicurezza da GNU Social qui';
$a->strings['Cancel Connection Process'] = 'Annulla il processo di connessione';
$a->strings['Current GNU Social API is'] = 'Le API GNU Social correnti sono';
$a->strings['Cancel GNU Social Connection'] = 'Annulla la connessione a GNU Social';
$a->strings['Currently connected to: '] = 'Al momento connesso con:';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> possono essere inviati all\'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio.';
$a->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>Nota</strong>: A causa delle tue impostazioni di privacy(<em>Nascondi i dettagli del tuo profilo ai visitatori sconosciuti?</em>) il collegamento potenzialmente incluso nei messaggi pubblici inviati a GNU Social porterà i visitatori a una pagina bianca con una nota che li informa che l\'accesso al tuo profilo è stato limitato.';
$a->strings['Allow posting to GNU Social'] = 'Permetti l\'invio a GNU Social';
$a->strings['Send public postings to GNU Social by default'] = 'Invia sempre i messaggi pubblici a GNU Social';
$a->strings['Mirror all posts from GNU Social that are no replies or repeated messages'] = 'Clona tutti i messaggi da GNU Social che non sono risposte o messaggi ripetuti';
$a->strings['Import the remote timeline'] = 'Importa la timeline remota';
$a->strings['Disabled'] = 'Disabilitato';
$a->strings['Full Timeline'] = 'Timeline completa';
$a->strings['Only Mentions'] = 'Solo menzioni';
$a->strings['Clear OAuth configuration'] = 'Rimuovi la configurazione OAuth';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Se abilitato tutti i tuoi messaggi <strong>pubblici</strong> possono essere inviati all\'account GNU Social associato. Puoi scegliere di farlo sempre (qui) o ogni volta che invii, nelle impostazioni di privacy del messaggio.';
$a->strings['GNU Social Import/Export/Mirror'] = 'Esporta/Importa/Clona GNU Social';
$a->strings['Site name'] = 'Nome del sito';
$a->strings['Consumer Secret'] = 'Consumer Secret';
$a->strings['Consumer Key'] = 'Consumer Key';

View file

@ -9,119 +9,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-27 07:21+0200\n"
"PO-Revision-Date: 2018-08-24 13:56+0000\n"
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>\n"
"Language-Team: Dutch (http://www.transifex.com/Friendica/friendica/language/nl/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Jeroen De Meerleer <me@jeroened.be>, 2018\n"
"Language-Team: Dutch (http://app.transifex.com/Friendica/friendica/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: statusnet.php:151
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Post naar GNU Social"
#: statusnet.php:196
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr ""
#: statusnet.php:225
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr ""
#: statusnet.php:259
msgid "GNU Social settings updated."
msgstr "GNU Social instellingen opgeslagen"
#: statusnet.php:294 statusnet.php:298
msgid "GNU Social Import/Export/Mirror"
msgstr "GNU Social Import/Exporteren/Spiegelen"
#: statusnet.php:313
msgid "Globally Available GNU Social OAuthKeys"
msgstr ""
#: statusnet.php:314
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:320 statusnet.php:337 statusnet.php:364 statusnet.php:371
#: statusnet.php:416 statusnet.php:699
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Instellingen opslaan"
#: statusnet.php:322
msgid "Provide your own OAuth Credentials"
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:323
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica 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 "
"Friendica installation at your favorited GNU Social installation."
msgstr ""
#: statusnet.php:325
msgid "OAuth Consumer Key"
msgstr ""
#: statusnet.php:328
msgid "OAuth Consumer Secret"
msgstr ""
#: statusnet.php:331 statusnet.php:679 statusnet.php:691
msgid "Base API Path (remember the trailing /)"
msgstr ""
#: statusnet.php:356
msgid ""
"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."
msgstr ""
#: statusnet.php:357
msgid "Log in with GNU Social"
msgstr ""
#: statusnet.php:359
msgid "Copy the security code from GNU Social here"
msgstr ""
#: statusnet.php:365
msgid "Cancel Connection Process"
msgstr ""
#: statusnet.php:367
msgid "Current GNU Social API is"
msgstr ""
#: statusnet.php:368
msgid "Cancel GNU Social Connection"
msgstr ""
#: statusnet.php:379
msgid "Currently connected to: "
msgstr ""
#: statusnet.php:380
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr ""
#: statusnet.php:382
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -129,47 +50,102 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr ""
#: statusnet.php:385
msgid "Allow posting to GNU Social"
msgstr "Plaatsen op GNU Social toestaan"
#: statusnet.php:388
msgid "Send public postings to GNU Social by default"
msgstr "Verzend publieke berichten naar GNU Social als standaard instellen"
#: statusnet.php:392
msgid ""
"Mirror all posts from GNU Social that are no replies or repeated messages"
msgstr ""
#: statusnet.php:398
msgid "Import the remote timeline"
msgstr ""
#: statusnet.php:402
msgid "Disabled"
msgstr "Uitgeschakeld"
#: statusnet.php:403
msgid "Full Timeline"
msgstr ""
#: statusnet.php:404
msgid "Only Mentions"
msgstr ""
#: statusnet.php:413
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr ""
#: statusnet.php:690
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr ""
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr ""
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr ""
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application 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"
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:251
msgid ""
"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."
msgstr ""
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr ""
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr ""
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr ""
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr ""
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr ""
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr ""
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Plaatsen op GNU Social toestaan"
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr ""
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "GNU Social Import/Exporteren/Spiegelen"
#: statusnet.php:480
msgid "Site name"
msgstr ""
#: statusnet.php:692
#: statusnet.php:482
msgid "Consumer Secret"
msgstr ""
#: statusnet.php:693
#: statusnet.php:483
msgid "Consumer Key"
msgstr ""

View file

@ -6,9 +6,6 @@ function string_plural_select_nl($n){
return intval($n != 1);
}}
$a->strings['Post to GNU Social'] = 'Post naar GNU Social';
$a->strings['GNU Social settings updated.'] = 'GNU Social instellingen opgeslagen';
$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Exporteren/Spiegelen';
$a->strings['Save Settings'] = 'Instellingen opslaan';
$a->strings['Allow posting to GNU Social'] = 'Plaatsen op GNU Social toestaan';
$a->strings['Send public postings to GNU Social by default'] = 'Verzend publieke berichten naar GNU Social als standaard instellen';
$a->strings['Disabled'] = 'Uitgeschakeld';
$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Exporteren/Spiegelen';

View file

@ -11,40 +11,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2022\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"Language-Team: Polish (http://app.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
#: statusnet.php:97
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr "Opublikuj w GNU Social"
#: statusnet.php:148
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr "Skontaktuj się z administratorem witryny. <br />Podany adres URL interfejsu API jest nieprawidłowy."
#: statusnet.php:176
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr "Nie mogliśmy skontaktować się z GNU Social API z wprowadzoną ścieżką."
#: statusnet.php:243 statusnet.php:656
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Zapisz ustawienia"
#: statusnet.php:255
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr "Obecnie połączony z: <a href=\"%s\" target=\"_statusnet\">%s</a>"
#: statusnet.php:260
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -52,30 +52,30 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr "<strong>Uwaga</strong>: Ze względu na ustawienia prywatności (<em>Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?</em>) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony."
#: statusnet.php:263
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr "Wyczyść konfigurację OAuth"
#: statusnet.php:275
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr "Anuluj połaczenie z GNU Social"
#: statusnet.php:283
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr "Globalnie dostępne GNU Social OAuthKeys"
#: statusnet.php:284
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr "Istnieją wstępnie skonfigurowane pary kluczy OAuth dla niektórych serwerów społecznościowych GNU. Jeśli używasz jednego z nich, użyj tych poświadczeń. Jeśli nie, możesz połączyć się z dowolną inną instancją społecznościową GNU (patrz poniżej)."
#: statusnet.php:285
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr "Podaj własne dane uwierzytelniające OAuth"
#: statusnet.php:286
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
@ -84,7 +84,7 @@ msgid ""
" Friendica installation at your favorite GNU Social installation."
msgstr "Nie znaleziono pary kluczy konsumenckich dla GNU Social. Zarejestruj swoje konto Friendica jako aplikację komputerową na swoim koncie GNU Social, skopiuj tutaj parę kluczy klienta i wprowadź podstawowy root API.<br />Przed zarejestrowaniem własnej pary kluczy OAuth zapytaj administratora, czy istnieje już para kluczy dla tej instalacji Friendica pod adresem Twojej ulubionej instalacji GNU Social."
#: statusnet.php:287
#: statusnet.php:251
msgid ""
"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 "
@ -92,86 +92,62 @@ msgid ""
"posted to GNU Social."
msgstr "Aby połączyć się z kontem społecznościowym GNU, kliknij przycisk poniżej, aby uzyskać kod bezpieczeństwa z GNU Social, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko twoje <strong>publiczne</strong> posty będą publikowane w GNU Social."
#: statusnet.php:288
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Zaloguj się za pomocą GNU Social"
#: statusnet.php:289
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr "Anuluj proces połączenia"
#: statusnet.php:290
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr "Obecne API GNU Social to: %s"
#: statusnet.php:307
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr "Klucz klienta OAuth"
#: statusnet.php:308
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr "Tajny klucz klienta OAuth"
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr "Podstawowa ścieżka interfejsu API (pamiętaj na końcu /)"
#: statusnet.php:311
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr "Skopiuj tutaj kod bezpieczeństwa z GNU Social"
#: statusnet.php:313
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr "Zezwalaj na publikowanie w GNU Social"
#: statusnet.php:313
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr "Jeśli ta opcja jest włączona, wszystkie twoje <strong>publiczne</strong> ogłoszenia mogą zostać wysłane na powiązane konto społecznościowe GNU. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu."
#: statusnet.php:314
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr "Publikuj domyślnie w GNU Social"
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr "Odbij wszystkie publiczne wpisy"
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr "Automatycznie twórz kontakty"
#: statusnet.php:317
msgid "Import the remote timeline"
msgstr "Zaimportuj na zdalnej oś czasu"
#: statusnet.php:318
msgid "Disabled"
msgstr "Wyłącz"
#: statusnet.php:319
msgid "Full Timeline"
msgstr "Pełna oś czasu"
#: statusnet.php:320
msgid "Only Mentions"
msgstr "Tylko wzmianki"
#: statusnet.php:326
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr "GNU Social Import/Export/Mirror"
#: statusnet.php:647
#: statusnet.php:480
msgid "Site name"
msgstr "Nazwa strony"
#: statusnet.php:649
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Tajny klucz klienta"
#: statusnet.php:650
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Klucz klienta"

View file

@ -28,12 +28,6 @@ $a->strings['Copy the security code from GNU Social here'] = 'Skopiuj tutaj kod
$a->strings['Allow posting to GNU Social'] = 'Zezwalaj na publikowanie w GNU Social';
$a->strings['If enabled all your <strong>public</strong> postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Jeśli ta opcja jest włączona, wszystkie twoje <strong>publiczne</strong> ogłoszenia mogą zostać wysłane na powiązane konto społecznościowe GNU. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu.';
$a->strings['Post to GNU Social by default'] = 'Publikuj domyślnie w GNU Social';
$a->strings['Mirror all public posts'] = 'Odbij wszystkie publiczne wpisy';
$a->strings['Automatically create contacts'] = 'Automatycznie twórz kontakty';
$a->strings['Import the remote timeline'] = 'Zaimportuj na zdalnej oś czasu';
$a->strings['Disabled'] = 'Wyłącz';
$a->strings['Full Timeline'] = 'Pełna oś czasu';
$a->strings['Only Mentions'] = 'Tylko wzmianki';
$a->strings['GNU Social Import/Export/Mirror'] = 'GNU Social Import/Export/Mirror';
$a->strings['Site name'] = 'Nazwa strony';
$a->strings['Consumer Secret'] = 'Tajny klucz klienta';

View file

@ -9,40 +9,40 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2022-01-16 01:06+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.transifex.com/Friendica/friendica/language/sv/)\n"
"POT-Creation-Date: 2022-12-21 22:32+0000\n"
"PO-Revision-Date: 2014-06-23 12:54+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>, 2022\n"
"Language-Team: Swedish (http://app.transifex.com/Friendica/friendica/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: statusnet.php:97
#: statusnet.php:76
msgid "Post to GNU Social"
msgstr ""
#: statusnet.php:148
#: statusnet.php:122
msgid ""
"Please contact your site administrator.<br />The provided API URL is not "
"valid."
msgstr ""
#: statusnet.php:176
#: statusnet.php:150
msgid "We could not contact the GNU Social API with the Path you entered."
msgstr ""
#: statusnet.php:243 statusnet.php:656
#: statusnet.php:208 statusnet.php:489
msgid "Save Settings"
msgstr "Spara inställningar"
#: statusnet.php:255
#: statusnet.php:220
#, php-format
msgid "Currently connected to: <a href=\"%s\" target=\"_statusnet\">%s</a>"
msgstr ""
#: statusnet.php:260
#: statusnet.php:225
msgid ""
"<strong>Note</strong>: Due your privacy settings (<em>Hide your profile "
"details from unknown viewers?</em>) the link potentially included in public "
@ -50,30 +50,30 @@ msgid ""
"informing the visitor that the access to your profile has been restricted."
msgstr ""
#: statusnet.php:263
#: statusnet.php:228
msgid "Clear OAuth configuration"
msgstr ""
#: statusnet.php:275
#: statusnet.php:240
msgid "Cancel GNU Social Connection"
msgstr ""
#: statusnet.php:283
#: statusnet.php:247
msgid "Globally Available GNU Social OAuthKeys"
msgstr ""
#: statusnet.php:284
#: statusnet.php:248
msgid ""
"There are preconfigured OAuth key pairs for some GNU Social servers "
"available. If you are using one of them, please use these credentials. If "
"not feel free to connect to any other GNU Social instance (see below)."
msgstr ""
#: statusnet.php:285
#: statusnet.php:249
msgid "Provide your own OAuth Credentials"
msgstr ""
#: statusnet.php:286
#: statusnet.php:250
msgid ""
"No consumer key pair for GNU Social found. Register your Friendica Account "
"as a desktop application on your GNU Social account, copy the consumer key "
@ -82,7 +82,7 @@ msgid ""
" Friendica installation at your favorite GNU Social installation."
msgstr ""
#: statusnet.php:287
#: statusnet.php:251
msgid ""
"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 "
@ -90,86 +90,62 @@ msgid ""
"posted to GNU Social."
msgstr ""
#: statusnet.php:288
#: statusnet.php:252
msgid "Log in with GNU Social"
msgstr "Logga in med GNU Social"
#: statusnet.php:289
#: statusnet.php:253
msgid "Cancel Connection Process"
msgstr ""
#: statusnet.php:290
#: statusnet.php:254
#, php-format
msgid "Current GNU Social API is: %s"
msgstr ""
#: statusnet.php:307
#: statusnet.php:271
msgid "OAuth Consumer Key"
msgstr ""
#: statusnet.php:308
#: statusnet.php:272
msgid "OAuth Consumer Secret"
msgstr ""
#: statusnet.php:310 statusnet.php:636 statusnet.php:648
#: statusnet.php:274 statusnet.php:469 statusnet.php:481
msgid "Base API Path (remember the trailing /)"
msgstr ""
#: statusnet.php:311
#: statusnet.php:275
msgid "Copy the security code from GNU Social here"
msgstr ""
#: statusnet.php:313
#: statusnet.php:277
msgid "Allow posting to GNU Social"
msgstr ""
#: statusnet.php:313
#: statusnet.php:277
msgid ""
"If enabled all your <strong>public</strong> postings can be posted to the "
"associated GNU Social account. You can choose to do so by default (here) or "
"for every posting separately in the posting options when writing the entry."
msgstr ""
#: statusnet.php:314
#: statusnet.php:278
msgid "Post to GNU Social by default"
msgstr ""
#: statusnet.php:315
msgid "Mirror all public posts"
msgstr ""
#: statusnet.php:316
msgid "Automatically create contacts"
msgstr ""
#: statusnet.php:317
msgid "Import the remote timeline"
msgstr ""
#: statusnet.php:318
msgid "Disabled"
msgstr ""
#: statusnet.php:319
msgid "Full Timeline"
msgstr "Fullständig tidslinje"
#: statusnet.php:320
msgid "Only Mentions"
msgstr "Endast omnämningar"
#: statusnet.php:326
#: statusnet.php:283
msgid "GNU Social Import/Export/Mirror"
msgstr ""
#: statusnet.php:647
#: statusnet.php:480
msgid "Site name"
msgstr "Namn på sidan"
#: statusnet.php:649
#: statusnet.php:482
msgid "Consumer Secret"
msgstr "Kundhemlighet"
#: statusnet.php:650
#: statusnet.php:483
msgid "Consumer Key"
msgstr "Kundnyckel"

View file

@ -7,8 +7,6 @@ function string_plural_select_sv($n){
}}
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['Log in with GNU Social'] = 'Logga in med GNU Social';
$a->strings['Full Timeline'] = 'Fullständig tidslinje';
$a->strings['Only Mentions'] = 'Endast omnämningar';
$a->strings['Site name'] = 'Namn på sidan';
$a->strings['Consumer Secret'] = 'Kundhemlighet';
$a->strings['Consumer Key'] = 'Kundnyckel';