Merge remote-tracking branch 'upstream/2021.12-rc' into avatar

pull/1233/head
Michael 2022-01-30 19:00:14 +00:00
commit d527848dfc
285 changed files with 5862 additions and 2178 deletions

View File

@ -55,7 +55,12 @@ pipeline:
image: friendicaci/php-cs
commands:
- cd addon/
- export CHANGED_FILES="$(git diff --name-status ${CI_PREV_COMMIT_SHA}..${CI_COMMIT_SHA} | grep ^A | cut -f2 | sed -e "s/^/addon\\//")"
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
git fetch --no-tags origin ${CI_COMMIT_TARGET_BRANCH};
export CHANGED_FILES="$(git diff --name-status $(git merge-base FETCH_HEAD origin/${CI_COMMIT_TARGET_BRANCH})..${CI_COMMIT_SHA} | grep ^A | cut -f2 | sed -e "s/^/addon\\//")";
else
export CHANGED_FILES="$(git diff --name-status ${CI_COMMIT_SHA} | grep ^A | cut -f2 | sed -e "s/^/addon\\//")";
fi
- cd ../
- /check-php-cs.sh
when:

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"POT-Creation-Date: 2021-11-21 19:13-0500\n"
"PO-Revision-Date: 2018-05-24 06:41+0000\n"
"Last-Translator: Balázs Úr, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
@ -21,32 +21,28 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/middlewares.php:49
msgid "Method not found"
msgstr "A módszer nem található"
#: advancedcontentfilter.php:136
#: advancedcontentfilter.php:154
#, php-format
msgid "Filtered by rule: %s"
msgstr "Szűrve a szabály alapján: %s"
#: advancedcontentfilter.php:150 advancedcontentfilter.php:207
#: advancedcontentfilter.php:170 advancedcontentfilter.php:225
msgid "Advanced Content Filter"
msgstr "Speciális tartalomszűrő"
#: advancedcontentfilter.php:206
#: advancedcontentfilter.php:224
msgid "Back to Addon Settings"
msgstr "Vissza a bővítménybeállításokhoz"
#: advancedcontentfilter.php:208
#: advancedcontentfilter.php:226
msgid "Add a Rule"
msgstr "Szabály hozzáadása"
#: advancedcontentfilter.php:209
#: advancedcontentfilter.php:227
msgid "Help"
msgstr "Súgó"
#: advancedcontentfilter.php:210
#: advancedcontentfilter.php:228
msgid ""
"Add and manage your personal content filter rules in this screen. Rules have"
" a name and an arbitrary expression that will be matched against post data. "
@ -58,11 +54,11 @@ msgstr ""
"adataira lesz illesztve. Az elérhető műveletek és változók teljes "
"hivatkozásáért nézze meg a súgóoldalt."
#: advancedcontentfilter.php:211
#: advancedcontentfilter.php:229
msgid "Your rules"
msgstr "Az Ön szabályai"
#: advancedcontentfilter.php:212
#: advancedcontentfilter.php:230
msgid ""
"You have no rules yet! Start adding one by clicking on the button above next"
" to the title."
@ -70,98 +66,102 @@ msgstr ""
"Még nincsenek szabályai! Kezdje meg egy szabály hozzáadását a cím mellett "
"lévő fenti gombra kattintva."
#: advancedcontentfilter.php:213
#: advancedcontentfilter.php:231
msgid "Disabled"
msgstr "Letiltva"
#: advancedcontentfilter.php:214
#: advancedcontentfilter.php:232
msgid "Enabled"
msgstr "Engedélyezve"
#: advancedcontentfilter.php:215
#: advancedcontentfilter.php:233
msgid "Disable this rule"
msgstr "A szabály letiltása"
#: advancedcontentfilter.php:216
#: advancedcontentfilter.php:234
msgid "Enable this rule"
msgstr "A szabály engedélyezése"
#: advancedcontentfilter.php:217
#: advancedcontentfilter.php:235
msgid "Edit this rule"
msgstr "A szabály szerkesztése"
#: advancedcontentfilter.php:218
#: advancedcontentfilter.php:236
msgid "Edit the rule"
msgstr "A szabály szerkesztése"
#: advancedcontentfilter.php:219
#: advancedcontentfilter.php:237
msgid "Save this rule"
msgstr "A szabály mentése"
#: advancedcontentfilter.php:220
#: advancedcontentfilter.php:238
msgid "Delete this rule"
msgstr "A szabály törlése"
#: advancedcontentfilter.php:221
#: advancedcontentfilter.php:239
msgid "Rule"
msgstr "Szabály"
#: advancedcontentfilter.php:222
#: advancedcontentfilter.php:240
msgid "Close"
msgstr "Bezárás"
#: advancedcontentfilter.php:223
#: advancedcontentfilter.php:241
msgid "Add new rule"
msgstr "Új szabály hozzáadása"
#: advancedcontentfilter.php:224
#: advancedcontentfilter.php:242
msgid "Rule Name"
msgstr "Szabály neve"
#: advancedcontentfilter.php:225
#: advancedcontentfilter.php:243
msgid "Rule Expression"
msgstr "Szabály kifejezése"
#: advancedcontentfilter.php:226
#: advancedcontentfilter.php:244
msgid "Cancel"
msgstr "Mégse"
#: advancedcontentfilter.php:293 advancedcontentfilter.php:304
#: advancedcontentfilter.php:315 advancedcontentfilter.php:349
#: advancedcontentfilter.php:378 advancedcontentfilter.php:399
#: advancedcontentfilter.php:312 advancedcontentfilter.php:323
#: advancedcontentfilter.php:334 advancedcontentfilter.php:370
#: advancedcontentfilter.php:401 advancedcontentfilter.php:424
msgid "You must be logged in to use this method"
msgstr "Bejelentkezve kell lennie a módszer használatához"
#: advancedcontentfilter.php:319 advancedcontentfilter.php:353
#: advancedcontentfilter.php:382
#: advancedcontentfilter.php:338 advancedcontentfilter.php:374
#: advancedcontentfilter.php:405
msgid "Invalid form security token, please refresh the page."
msgstr "Érvénytelen űrlap biztonsági token. Frissítse az oldalt."
#: advancedcontentfilter.php:331
#: advancedcontentfilter.php:350
msgid "The rule name and expression are required."
msgstr "A szabály neve és kifejezése kötelező."
#: advancedcontentfilter.php:343
#: advancedcontentfilter.php:364
msgid "Rule successfully added"
msgstr "A szabály sikeresen hozzáadva"
#: advancedcontentfilter.php:357 advancedcontentfilter.php:386
#: advancedcontentfilter.php:378 advancedcontentfilter.php:409
msgid "Rule doesn't exist or doesn't belong to you."
msgstr "A szabály nem létezik vagy nem Önhöz tatozik."
#: advancedcontentfilter.php:372
#: advancedcontentfilter.php:395
msgid "Rule successfully updated"
msgstr "A szabály sikeresen frissítve"
#: advancedcontentfilter.php:393
#: advancedcontentfilter.php:418
msgid "Rule successfully deleted"
msgstr "A szabály sikeresen törölve"
#: advancedcontentfilter.php:403
#: advancedcontentfilter.php:428
msgid "Missing argument: guid."
msgstr "Hiányzó argumentum: guid."
#: advancedcontentfilter.php:411
#: advancedcontentfilter.php:436
#, php-format
msgid "Unknown post with guid: %s"
msgstr "Ismeretlen bejegyzés a következő guid azonosítóval: %s"
#: src/middlewares.php:49
msgid "Method not found"
msgstr "A módszer nem található"

View File

@ -5,7 +5,6 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Method not found'] = 'A módszer nem található';
$a->strings['Filtered by rule: %s'] = 'Szűrve a szabály alapján: %s';
$a->strings['Advanced Content Filter'] = 'Speciális tartalomszűrő';
$a->strings['Back to Addon Settings'] = 'Vissza a bővítménybeállításokhoz';
@ -37,3 +36,4 @@ $a->strings['Rule successfully updated'] = 'A szabály sikeresen frissítve';
$a->strings['Rule successfully deleted'] = 'A szabály sikeresen törölve';
$a->strings['Missing argument: guid.'] = 'Hiányzó argumentum: guid.';
$a->strings['Unknown post with guid: %s'] = 'Ismeretlen bejegyzés a következő guid azonosítóval: %s';
$a->strings['Method not found'] = 'A módszer nem található';

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-17 04:04+0200\n"
"POT-Creation-Date: 2021-11-21 19:13-0500\n"
"PO-Revision-Date: 2018-05-24 06:41+0000\n"
"Last-Translator: Bjoessi <torbjorn.andersson@syte.se>, 2019\n"
"Language-Team: Swedish (https://www.transifex.com/Friendica/teams/12172/sv/)\n"
@ -21,44 +21,40 @@ msgstr ""
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: advancedcontentfilter.php:134
#: advancedcontentfilter.php:154
#, php-format
msgid "Filtered by rule: %s"
msgstr "Filtrerat efter regel: %s"
#: advancedcontentfilter.php:147 advancedcontentfilter.php:204
#: advancedcontentfilter.php:170 advancedcontentfilter.php:225
msgid "Advanced Content Filter"
msgstr "Avancerat innehållsfiter"
#: advancedcontentfilter.php:203
#: advancedcontentfilter.php:224
msgid "Back to Addon Settings"
msgstr "TIllbaka till Tilläggsinställningar"
#: advancedcontentfilter.php:205
#: advancedcontentfilter.php:226
msgid "Add a Rule"
msgstr "Lägg till en regel"
#: advancedcontentfilter.php:206
#: advancedcontentfilter.php:227
msgid "Help"
msgstr "Hjälp"
#: advancedcontentfilter.php:207
#: advancedcontentfilter.php:228
msgid ""
"Add and manage your personal content filter rules in this screen. Rules have"
" a name and an arbitrary expression that will be matched against post data. "
"For a complete reference of the available operations and variables, check "
"the <a href=\"advancedcontentfilter/help\">help page</a>."
"the help page."
msgstr ""
"Lägg till och hantera dina personliga regler för innehållsfilter i det här "
"fönstret. Regler har ett namn och ett valfritt uttryck och kommer jämföras "
"mot inläggets innehåll. Förteckning av alla operander och variabler finns "
"att hitta på <a href=\"advancedcontentfilter/help\">hjälpsidan</a>."
#: advancedcontentfilter.php:208
#: advancedcontentfilter.php:229
msgid "Your rules"
msgstr "Dina regler"
#: advancedcontentfilter.php:209
#: advancedcontentfilter.php:230
msgid ""
"You have no rules yet! Start adding one by clicking on the button above next"
" to the title."
@ -66,110 +62,102 @@ msgstr ""
"Du har inga regler än! Lägg till regler genom att klicka på knappen ovanför,"
" bredvid överskriften."
#: advancedcontentfilter.php:210
#: advancedcontentfilter.php:231
msgid "Disabled"
msgstr "Inaktiverad"
#: advancedcontentfilter.php:211
#: advancedcontentfilter.php:232
msgid "Enabled"
msgstr "Aktiverad"
#: advancedcontentfilter.php:212
#: advancedcontentfilter.php:233
msgid "Disable this rule"
msgstr "Inaktivera den här regeln"
#: advancedcontentfilter.php:213
#: advancedcontentfilter.php:234
msgid "Enable this rule"
msgstr "Aktivera den här regeln"
#: advancedcontentfilter.php:214
#: advancedcontentfilter.php:235
msgid "Edit this rule"
msgstr "Redigera den här regeln"
#: advancedcontentfilter.php:215
#: advancedcontentfilter.php:236
msgid "Edit the rule"
msgstr "Redigera den här regeln"
#: advancedcontentfilter.php:216
#: advancedcontentfilter.php:237
msgid "Save this rule"
msgstr "Spara den här regeln"
#: advancedcontentfilter.php:217
#: advancedcontentfilter.php:238
msgid "Delete this rule"
msgstr "Ta bort den här regeln"
#: advancedcontentfilter.php:218
#: advancedcontentfilter.php:239
msgid "Rule"
msgstr "Regel"
#: advancedcontentfilter.php:219
#: advancedcontentfilter.php:240
msgid "Close"
msgstr "Stäng"
#: advancedcontentfilter.php:220
#: advancedcontentfilter.php:241
msgid "Add new rule"
msgstr "Lägg till ny regel"
#: advancedcontentfilter.php:221
#: advancedcontentfilter.php:242
msgid "Rule Name"
msgstr "Regelnamn"
#: advancedcontentfilter.php:222
#: advancedcontentfilter.php:243
msgid "Rule Expression"
msgstr "Regeluttryck"
#: advancedcontentfilter.php:223
msgid ""
"<p>Examples:</p><ul><li><pre>author_link == "
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>tags</li></ul>"
msgstr ""
"<p>Exempel:</p><ul><li><pre>author_link == "
"'https://friendica.mrpetovan.com/profile/hypolite'</pre></li><li>taggar</li></ul>"
#: advancedcontentfilter.php:224
#: advancedcontentfilter.php:244
msgid "Cancel"
msgstr "Avbryt"
#: advancedcontentfilter.php:290 advancedcontentfilter.php:301
#: advancedcontentfilter.php:312 advancedcontentfilter.php:346
#: advancedcontentfilter.php:375 advancedcontentfilter.php:396
#: advancedcontentfilter.php:312 advancedcontentfilter.php:323
#: advancedcontentfilter.php:334 advancedcontentfilter.php:370
#: advancedcontentfilter.php:401 advancedcontentfilter.php:424
msgid "You must be logged in to use this method"
msgstr "Du måste vara inloggad för att använda den här funktionen"
#: advancedcontentfilter.php:316 advancedcontentfilter.php:350
#: advancedcontentfilter.php:379
#: advancedcontentfilter.php:338 advancedcontentfilter.php:374
#: advancedcontentfilter.php:405
msgid "Invalid form security token, please refresh the page."
msgstr "Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan."
#: advancedcontentfilter.php:328
#: advancedcontentfilter.php:350
msgid "The rule name and expression are required."
msgstr "Regelns namn och uttryck krävs."
#: advancedcontentfilter.php:340
#: advancedcontentfilter.php:364
msgid "Rule successfully added"
msgstr "Regeln kunde läggas till"
#: advancedcontentfilter.php:354 advancedcontentfilter.php:383
#: advancedcontentfilter.php:378 advancedcontentfilter.php:409
msgid "Rule doesn't exist or doesn't belong to you."
msgstr "Regeln finns inte eller tillhör inte dig."
#: advancedcontentfilter.php:369
#: advancedcontentfilter.php:395
msgid "Rule successfully updated"
msgstr "Uppdatering av regel lyckades"
#: advancedcontentfilter.php:390
#: advancedcontentfilter.php:418
msgid "Rule successfully deleted"
msgstr "Borttagning av regel lyckades"
#: advancedcontentfilter.php:400
#: advancedcontentfilter.php:428
msgid "Missing argument: guid."
msgstr "Argument saknas: guid."
#: advancedcontentfilter.php:406
#: advancedcontentfilter.php:436
#, php-format
msgid "Unknown post with guid: %s"
msgstr "Okänt inlägg med guid: %s"
#: src/middlewares.php:28
#: src/middlewares.php:49
msgid "Method not found"
msgstr "Metod hittades inte"

View File

@ -10,7 +10,6 @@ $a->strings['Advanced Content Filter'] = 'Avancerat innehållsfiter';
$a->strings['Back to Addon Settings'] = 'TIllbaka till Tilläggsinställningar';
$a->strings['Add a Rule'] = 'Lägg till en regel';
$a->strings['Help'] = 'Hjälp';
$a->strings['Add and manage your personal content filter rules in this screen. Rules have a name and an arbitrary expression that will be matched against post data. For a complete reference of the available operations and variables, check the <a href="advancedcontentfilter/help">help page</a>.'] = 'Lägg till och hantera dina personliga regler för innehållsfilter i det här fönstret. Regler har ett namn och ett valfritt uttryck och kommer jämföras mot inläggets innehåll. Förteckning av alla operander och variabler finns att hitta på <a href="advancedcontentfilter/help">hjälpsidan</a>.';
$a->strings['Your rules'] = 'Dina regler';
$a->strings['You have no rules yet! Start adding one by clicking on the button above next to the title.'] = 'Du har inga regler än! Lägg till regler genom att klicka på knappen ovanför, bredvid överskriften.';
$a->strings['Disabled'] = 'Inaktiverad';
@ -26,7 +25,6 @@ $a->strings['Close'] = 'Stäng';
$a->strings['Add new rule'] = 'Lägg till ny regel';
$a->strings['Rule Name'] = 'Regelnamn';
$a->strings['Rule Expression'] = 'Regeluttryck';
$a->strings['<p>Examples:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>tags</li></ul>'] = '<p>Exempel:</p><ul><li><pre>author_link == \'https://friendica.mrpetovan.com/profile/hypolite\'</pre></li><li>taggar</li></ul>';
$a->strings['Cancel'] = 'Avbryt';
$a->strings['You must be logged in to use this method'] = 'Du måste vara inloggad för att använda den här funktionen';
$a->strings['Invalid form security token, please refresh the page.'] = 'Felaktigt säkerhetsformulärstecken, vänligen uppdatera sidan.';

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:05+0000\n"
"PO-Revision-Date: 2021-12-23 11:12+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"

View File

@ -4,16 +4,16 @@
#
#
# Translators:
# Jonatan Nyberg, 2017
# efef6ec5b435a041fce803c7f8af77d2_2341d43, 2017
# Tim Stahel <transifex@swedneck.xyz>, 2018
# Bjoessi <torbjorn.andersson@syte.se>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-03-12 09:26+0100\n"
"PO-Revision-Date: 2019-04-04 20:32+0000\n"
"Last-Translator: Bjoessi <torbjorn.andersson@syte.se>\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-01-04 08:29+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Swedish (http://www.transifex.com/Friendica/friendica/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,48 +21,49 @@ msgstr ""
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blackout.php:101
#: blackout.php:97
msgid ""
"The end-date is prior to the start-date of the blackout, you should fix this"
msgstr "Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta."
"The end-date is prior to the start-date of the blackout, you should fix "
"this."
msgstr ""
#: blackout.php:103
#: blackout.php:99
#, php-format
msgid ""
"Please double check that the current settings for the blackout. Begin will "
"be <strong>%s</strong> and it will end <strong>%s</strong>."
msgstr "Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början <strong>%s</strong> och slut <strong>%s</strong>."
"Please double check the current settings for the blackout. It will begin on "
"<strong>%s</strong> and end on <strong>%s</strong>."
msgstr ""
#: blackout.php:106
#: blackout.php:102
msgid "Save Settings"
msgstr "Spara inställningar"
#: blackout.php:107
#: blackout.php:103
msgid "Redirect URL"
msgstr "Omdirigera URL"
#: blackout.php:107
msgid "all your visitors from the web will be redirected to this URL"
msgstr "alla dina besökare från webben kommer omdirigeras till denna URL"
#: blackout.php:103
msgid "All your visitors from the web will be redirected to this URL."
msgstr ""
#: blackout.php:108
#: blackout.php:104
msgid "Begin of the Blackout"
msgstr "Start på nedsläckningen"
#: blackout.php:108
#: blackout.php:104
msgid ""
"Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, "
"<em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute."
msgstr "Formatet är <tt>ÅÅÅÅ-MM-DD tt:mm</tt>; <em>ÅÅÅÅ</em> år, <em>MM</em> månad, <em>DD</em> dag, <em>tt</em> timme och <em>mm</em> minut."
#: blackout.php:109
#: blackout.php:105
msgid "End of the Blackout"
msgstr "Slut på nedsläckningen"
#: blackout.php:111
#: blackout.php:107
msgid ""
"<strong>Note</strong>: The redirect will be active from the moment you press"
" the submit button. Users currently logged in will <strong>not</strong> be "
"thrown out but can't login again after logging out should the blackout is "
"thrown out but can't login again after logging out while the blackout is "
"still in place."
msgstr "<strong>Observera</strong>: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer <strong>inte</strong> bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. "
msgstr ""

View File

@ -5,12 +5,8 @@ function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['The end-date is prior to the start-date of the blackout, you should fix this'] = 'Slutdatumet ligger före startdatumet för nedsläckningen, du bör rätta detta.';
$a->strings['Please double check that the current settings for the blackout. Begin will be <strong>%s</strong> and it will end <strong>%s</strong>.'] = 'Vänligen försäkra dig om att inställningarna för nedsläckningen är korrekt. Början <strong>%s</strong> och slut <strong>%s</strong>.';
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['Redirect URL'] = 'Omdirigera URL';
$a->strings['all your visitors from the web will be redirected to this URL'] = 'alla dina besökare från webben kommer omdirigeras till denna URL';
$a->strings['Begin of the Blackout'] = 'Start på nedsläckningen';
$a->strings['Format is <tt>YYYY-MM-DD hh:mm</tt>; <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute.'] = 'Formatet är <tt>ÅÅÅÅ-MM-DD tt:mm</tt>; <em>ÅÅÅÅ</em> år, <em>MM</em> månad, <em>DD</em> dag, <em>tt</em> timme och <em>mm</em> minut.';
$a->strings['End of the Blackout'] = 'Slut på nedsläckningen';
$a->strings['<strong>Note</strong>: The redirect will be active from the moment you press the submit button. Users currently logged in will <strong>not</strong> be thrown out but can\'t login again after logging out should the blackout is still in place.'] = '<strong>Observera</strong>: Hänvisningen kommer att träda i kraft när du trycker på skicka-knappen. Användare som just nu är inloggade kommer <strong>inte</strong> bli utkastade men kan inte logga in igen efter utloggning om nedsläckningen fortfarande är i kraft. ';

View File

@ -7,13 +7,14 @@
# Andreas H., 2018
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:23+0200\n"
"PO-Revision-Date: 2018-08-18 10:59+0000\n"
"Last-Translator: Andreas H.\n"
"POT-Creation-Date: 2021-11-21 19:13-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -21,41 +22,29 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blockem.php:54 blockem.php:58
msgid "Blockem"
msgstr "Blockem"
#: blockem.php:62
#: blockem.php:39
msgid ""
"Hides user's content by collapsing posts. Also replaces their avatar with "
"generic image."
msgstr "Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt."
msgstr "Verbirgt Inhalte von Benutzern durch Zusammenklappen der Beiträge. Des Weiteren wird das Profilbild durch einen generischen Avatar ersetzt."
#: blockem.php:63
#: blockem.php:40
msgid "Comma separated profile URLS:"
msgstr "Komma separierte Liste von Profil URLs"
msgstr "Komma-separierte Liste von Profil-URLs"
#: blockem.php:67
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: blockem.php:45
msgid "Blockem"
msgstr "Blockem"
#: blockem.php:81
msgid "BLOCKEM Settings saved."
msgstr "BLOCKEM-Einstellungen gesichert."
#: blockem.php:143
#: blockem.php:120
#, php-format
msgid "Filtered user: %s"
msgstr "Gefilterte Person: %s"
#: blockem.php:202
#: blockem.php:183
msgid "Unblock Author"
msgstr "Autor freischalten"
#: blockem.php:204
#: blockem.php:185
msgid "Block Author"
msgstr "Autor blockieren"
#: blockem.php:244
msgid "blockem settings updated"
msgstr "blockem Einstellungen aktualisiert"

View File

@ -5,12 +5,9 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbirgt Inhalte von Benutzern durch Zusammenklappen der Beiträge. Des Weiteren wird das Profilbild durch einen generischen Avatar ersetzt.';
$a->strings['Comma separated profile URLS:'] = 'Komma-separierte Liste von Profil-URLs';
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt.';
$a->strings['Comma separated profile URLS:'] = 'Komma separierte Liste von Profil URLs';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM-Einstellungen gesichert.';
$a->strings['Filtered user: %s'] = 'Gefilterte Person: %s';
$a->strings['Unblock Author'] = 'Autor freischalten';
$a->strings['Block Author'] = 'Autor blockieren';
$a->strings['blockem settings updated'] = 'blockem Einstellungen aktualisiert';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:23+0200\n"
"PO-Revision-Date: 2020-12-23 00:39+0000\n"
"POT-Creation-Date: 2021-11-21 19:13-0500\n"
"PO-Revision-Date: 2021-12-23 11:13+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,41 +19,29 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blockem.php:54 blockem.php:58
msgid "Blockem"
msgstr "Blockem"
#: blockem.php:62
#: blockem.php:39
msgid ""
"Hides user's content by collapsing posts. Also replaces their avatar with "
"generic image."
msgstr "Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre."
#: blockem.php:63
#: blockem.php:40
msgid "Comma separated profile URLS:"
msgstr "Profil URL-ek vesszővel elválasztva:"
#: blockem.php:67
msgid "Save Settings"
msgstr "Beállítások mentése"
#: blockem.php:45
msgid "Blockem"
msgstr "Blockem"
#: blockem.php:81
msgid "BLOCKEM Settings saved."
msgstr "A Blockem beállításai elmentve."
#: blockem.php:143
#: blockem.php:120
#, php-format
msgid "Filtered user: %s"
msgstr "Kiszűrt felhasználó: %s"
#: blockem.php:202
#: blockem.php:183
msgid "Unblock Author"
msgstr "Szerző tiltásának feloldása"
#: blockem.php:204
#: blockem.php:185
msgid "Block Author"
msgstr "Szerző tiltása"
#: blockem.php:244
msgid "blockem settings updated"
msgstr "A Blockem beállításai frissítve."

View File

@ -5,12 +5,9 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Blockem'] = 'Blockem';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Elrejti a felhasználók tartalmát a bejegyzések összecsukásával. Ezenkívül lecseréli a profilképeiket egy általános képre.';
$a->strings['Comma separated profile URLS:'] = 'Profil URL-ek vesszővel elválasztva:';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['BLOCKEM Settings saved.'] = 'A Blockem beállításai elmentve.';
$a->strings['Blockem'] = 'Blockem';
$a->strings['Filtered user: %s'] = 'Kiszűrt felhasználó: %s';
$a->strings['Unblock Author'] = 'Szerző tiltásának feloldása';
$a->strings['Block Author'] = 'Szerző tiltása';
$a->strings['blockem settings updated'] = 'A Blockem beállításai frissítve.';

View File

@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-17 10:23+0200\n"
"PO-Revision-Date: 2019-08-20 07:51+0000\n"
"Last-Translator: Bjoessi <torbjorn.andersson@syte.se>\n"
"POT-Creation-Date: 2021-11-21 19:13-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Swedish (http://www.transifex.com/Friendica/friendica/language/sv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -19,41 +19,29 @@ msgstr ""
"Language: sv\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: blockem.php:54 blockem.php:58
msgid "Blockem"
msgstr "BLOCKEM"
#: blockem.php:62
#: blockem.php:39
msgid ""
"Hides user's content by collapsing posts. Also replaces their avatar with "
"generic image."
msgstr "Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild."
#: blockem.php:63
#: blockem.php:40
msgid "Comma separated profile URLS:"
msgstr "Kommaseparerade profiladresser:"
#: blockem.php:67
msgid "Save Settings"
msgstr "Spara inställningar"
#: blockem.php:45
msgid "Blockem"
msgstr "BLOCKEM"
#: blockem.php:81
msgid "BLOCKEM Settings saved."
msgstr "BLOCKEM Inställningar sparade."
#: blockem.php:143
#: blockem.php:120
#, php-format
msgid "Filtered user: %s"
msgstr "Filtrerat på användare:%s"
#: blockem.php:202
#: blockem.php:183
msgid "Unblock Author"
msgstr "Avblockera författare"
#: blockem.php:204
#: blockem.php:185
msgid "Block Author"
msgstr "Blockera författare"
#: blockem.php:244
msgid "blockem settings updated"
msgstr "BLOCKEM Inställningar uppdaterade"

View File

@ -5,12 +5,9 @@ function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Blockem'] = 'BLOCKEM';
$a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild.';
$a->strings['Comma separated profile URLS:'] = 'Kommaseparerade profiladresser:';
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Inställningar sparade.';
$a->strings['Blockem'] = 'BLOCKEM';
$a->strings['Filtered user: %s'] = 'Filtrerat på användare:%s';
$a->strings['Unblock Author'] = 'Avblockera författare';
$a->strings['Block Author'] = 'Blockera författare';
$a->strings['blockem settings updated'] = 'BLOCKEM Inställningar uppdaterade';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: 2020-12-23 00:53+0000\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-12-23 17:09+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,6 +19,6 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: buglink.php:15
#: buglink.php:20
msgid "Report Bug"
msgstr "Hiba jelentése"

View File

@ -5,16 +5,16 @@
#
# Translators:
# Ulf Rompe <transifex.com@rompe.org>, 2019
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-29 00:53+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2018-04-07 05:23+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2021\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2022\n"
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -23,41 +23,41 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: catavatar.php:48
msgid "Use Cat as Avatar"
msgstr "Verwende diese Katze als Profilbild"
#: catavatar.php:49
msgid "More Random Cat!"
msgstr "Weitere zufällige Katze"
#: catavatar.php:50
msgid "Reset to email Cat"
msgstr "Zurück zu E-Mail-Katze"
#: catavatar.php:52
msgid "Cat Avatar Settings"
msgstr "Katzen-Profilbild-Einstellungen"
#: catavatar.php:53
msgid "Set default profile avatar or randomize the cat."
msgstr ""
"Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes "
"Katzenbild."
#: catavatar.php:78
#: catavatar.php:53
msgid "Cat Avatar Settings"
msgstr "Katzen-Profilbild-Einstellungen"
#: catavatar.php:56
msgid "Use Cat as Avatar"
msgstr "Verwende diese Katze als Profilbild"
#: catavatar.php:57
msgid "Another random Cat!"
msgstr "Eine andere zufällige Katze"
#: catavatar.php:58
msgid "Reset to email Cat"
msgstr "Zurück zu E-Mail-Katze"
#: catavatar.php:77
msgid "The cat hadn't found itself."
msgstr ""
"Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich "
"nicht selbst finden."
#: catavatar.php:87
#: catavatar.php:86
msgid "There was an error, the cat ran away."
msgstr "Upps, es gab einen Fehler und die Katze ist weggelaufen"
#: catavatar.php:93
#: catavatar.php:92
msgid "Profile Photos"
msgstr "Profilbilder"
#: catavatar.php:108
#: catavatar.php:102
msgid "Meow!"
msgstr "Miau!"

View File

@ -5,11 +5,11 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Use Cat as Avatar'] = 'Verwende diese Katze als Profilbild';
$a->strings['More Random Cat!'] = 'Weitere zufällige Katze';
$a->strings['Reset to email Cat'] = 'Zurück zu E-Mail-Katze';
$a->strings['Cat Avatar Settings'] = 'Katzen-Profilbild-Einstellungen';
$a->strings['Set default profile avatar or randomize the cat.'] = 'Wähle das standardmäßig verwendete Profilbild oder ein zufällig erzeugtes Katzenbild.';
$a->strings['Cat Avatar Settings'] = 'Katzen-Profilbild-Einstellungen';
$a->strings['Use Cat as Avatar'] = 'Verwende diese Katze als Profilbild';
$a->strings['Another random Cat!'] = 'Eine andere zufällige Katze';
$a->strings['Reset to email Cat'] = 'Zurück zu E-Mail-Katze';
$a->strings['The cat hadn\'t found itself.'] = 'Es ist ein Problem mit der Datenbank aufgetreten. Die Katze konnte sich nicht selbst finden.';
$a->strings['There was an error, the cat ran away.'] = 'Upps, es gab einen Fehler und die Katze ist weggelaufen';
$a->strings['Profile Photos'] = 'Profilbilder';

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2018-04-07 05:23+0000\n"
"Last-Translator: Balázs Úr, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
@ -22,37 +22,37 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: catavatar.php:48
msgid "Use Cat as Avatar"
msgstr "Macska használata profilképként"
#: catavatar.php:49
msgid "More Random Cat!"
msgstr "Több véletlen macskát!"
#: catavatar.php:50
msgid "Reset to email Cat"
msgstr "Visszaállítás e-mail macskára"
#: catavatar.php:52
msgid "Cat Avatar Settings"
msgstr "Macskaprofilkép-beállítások"
#: catavatar.php:53
msgid "Set default profile avatar or randomize the cat."
msgstr "Alapértelmezett profilkép beállítása vagy véletlenszerű macska."
#: catavatar.php:78
#: catavatar.php:53
msgid "Cat Avatar Settings"
msgstr "Macskaprofilkép-beállítások"
#: catavatar.php:56
msgid "Use Cat as Avatar"
msgstr "Macska használata profilképként"
#: catavatar.php:57
msgid "Another random Cat!"
msgstr "Egy másik véletlenszerű macska!"
#: catavatar.php:58
msgid "Reset to email Cat"
msgstr "Visszaállítás e-mail macskára"
#: catavatar.php:77
msgid "The cat hadn't found itself."
msgstr "A macska nem találta meg önmagát."
#: catavatar.php:87
#: catavatar.php:86
msgid "There was an error, the cat ran away."
msgstr "Hiba történt, a macska elfutott."
#: catavatar.php:93
#: catavatar.php:92
msgid "Profile Photos"
msgstr "Profilfényképek"
#: catavatar.php:108
#: catavatar.php:102
msgid "Meow!"
msgstr "Miáú!"

View File

@ -5,11 +5,11 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Use Cat as Avatar'] = 'Macska használata profilképként';
$a->strings['More Random Cat!'] = 'Több véletlen macskát!';
$a->strings['Reset to email Cat'] = 'Visszaállítás e-mail macskára';
$a->strings['Cat Avatar Settings'] = 'Macskaprofilkép-beállítások';
$a->strings['Set default profile avatar or randomize the cat.'] = 'Alapértelmezett profilkép beállítása vagy véletlenszerű macska.';
$a->strings['Cat Avatar Settings'] = 'Macskaprofilkép-beállítások';
$a->strings['Use Cat as Avatar'] = 'Macska használata profilképként';
$a->strings['Another random Cat!'] = 'Egy másik véletlenszerű macska!';
$a->strings['Reset to email Cat'] = 'Visszaállítás e-mail macskára';
$a->strings['The cat hadn\'t found itself.'] = 'A macska nem találta meg önmagát.';
$a->strings['There was an error, the cat ran away.'] = 'Hiba történt, a macska elfutott.';
$a->strings['Profile Photos'] = 'Profilfényképek';

View File

@ -0,0 +1,58 @@
# ADDON catavatar
# Copyright (C)
# This file is distributed under the same license as the Friendica catavatar addon package.
#
#
# Translators:
# Bjoessi <torbjorn.andersson@syte.se>, 2019
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2018-04-07 05:23+0000\n"
"Last-Translator: Bjoessi <torbjorn.andersson@syte.se>, 2019\n"
"Language-Team: Swedish (https://www.transifex.com/Friendica/teams/12172/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"
#: catavatar.php:48
msgid "Set default profile avatar or randomize the cat."
msgstr ""
#: catavatar.php:53
msgid "Cat Avatar Settings"
msgstr "Inställningar för profilkatt"
#: catavatar.php:56
msgid "Use Cat as Avatar"
msgstr "Använd katt som profilbild"
#: catavatar.php:57
msgid "Another random Cat!"
msgstr ""
#: catavatar.php:58
msgid "Reset to email Cat"
msgstr "Återställ till epost-katt"
#: catavatar.php:77
msgid "The cat hadn't found itself."
msgstr ""
#: catavatar.php:86
msgid "There was an error, the cat ran away."
msgstr ""
#: catavatar.php:92
msgid "Profile Photos"
msgstr ""
#: catavatar.php:102
msgid "Meow!"
msgstr ""

View File

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Cat Avatar Settings'] = 'Inställningar för profilkatt';
$a->strings['Use Cat as Avatar'] = 'Använd katt som profilbild';
$a->strings['Reset to email Cat'] = 'Återställ till epost-katt';

View File

@ -6,15 +6,16 @@
# Translators:
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2019
# Ulf Rompe <transifex.com@rompe.org>, 2019
# foss <foss@openmailbox.org>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-30 10:48+0100\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
"Last-Translator: Ulf Rompe <transifex.com@rompe.org>, 2019\n"
"Last-Translator: foss <foss@openmailbox.org>, 2020\n"
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,23 +23,19 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: cookienotice.php:63
#: cookienotice.php:42
msgid ""
"This website uses cookies. If you continue browsing this website, you agree "
"to the usage of cookies."
msgstr ""
"Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite "
"stimmen Sie dieser Verwendung zu."
"stimmst du dieser Verwendung zu."
#: cookienotice.php:64 cookienotice.php:133
#: cookienotice.php:43 cookienotice.php:108
msgid "OK"
msgstr "OK"
#: cookienotice.php:68
msgid "\"cookienotice\" Settings"
msgstr "\"cookienotice\"-Einstellungen"
#: cookienotice.php:69
#: cookienotice.php:47
msgid ""
"<b>Configure your cookie usage notice.</b> It should just be a notice, "
"saying that the website uses cookies. It is shown as long as a user didnt "
@ -48,35 +45,23 @@ msgstr ""
"sein, der sagt, dass die Webseite Cookies benutzt. Er wird so lange "
"angezeigt, bis der User den Hinweis durch Klicken des OK-Buttons bestätigt."
#: cookienotice.php:70
#: cookienotice.php:48
msgid "Cookie Usage Notice"
msgstr "Cookie-Nutzungshinweis"
#: cookienotice.php:70
msgid "The cookie usage notice"
msgstr "Der Hinweis zur Nutzung von Cookies"
#: cookienotice.php:71
#: cookienotice.php:49
msgid "OK Button Text"
msgstr "OK-Button-Text"
#: cookienotice.php:71
msgid "The OK Button text"
msgstr "Der für den OK-Button verwendete Text"
#: cookienotice.php:72
#: cookienotice.php:50
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: cookienotice.php:97
msgid "cookienotice Settings saved."
msgstr "cookienotice-Einstellungen wurden gespeichert"
#: cookienotice.php:132
#: cookienotice.php:107
msgid ""
"This website uses cookies to recognize revisiting and logged in users. You "
"accept the usage of these cookies by continue browsing this website."
msgstr ""
"Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern"
" und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite "
"akzeptieren Sie die Verwendung der Cookies."
"akzeptierst du die Verwendung der Cookies."

View File

@ -5,14 +5,10 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmen Sie dieser Verwendung zu.';
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmst du dieser Verwendung zu.';
$a->strings['OK'] = 'OK';
$a->strings['"cookienotice" Settings'] = '"cookienotice"-Einstellungen';
$a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Konfiguriere deinen Cookie-Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt, dass die Webseite Cookies benutzt. Er wird so lange angezeigt, bis der User den Hinweis durch Klicken des OK-Buttons bestätigt.';
$a->strings['Cookie Usage Notice'] = 'Cookie-Nutzungshinweis';
$a->strings['The cookie usage notice'] = 'Der Hinweis zur Nutzung von Cookies';
$a->strings['OK Button Text'] = 'OK-Button-Text';
$a->strings['The OK Button text'] = 'Der für den OK-Button verwendete Text';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['cookienotice Settings saved.'] = 'cookienotice-Einstellungen wurden gespeichert';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite akzeptieren Sie die Verwendung der Cookies.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite akzeptierst du die Verwendung der Cookies.';

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-30 10:48+0100\n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
"Last-Translator: Balázs Úr, 2020\n"
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
@ -21,7 +21,7 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: cookienotice.php:63
#: cookienotice.php:42
msgid ""
"This website uses cookies. If you continue browsing this website, you agree "
"to the usage of cookies."
@ -29,15 +29,11 @@ msgstr ""
"Ez a weboldal sütiket használ. Ha folytatja a böngészést a weboldalon, akkor"
" elfogadja a sütik használatát."
#: cookienotice.php:64 cookienotice.php:133
#: cookienotice.php:43 cookienotice.php:108
msgid "OK"
msgstr "Rendben"
#: cookienotice.php:68
msgid "\"cookienotice\" Settings"
msgstr "A sütifigyelmeztetés beállításai"
#: cookienotice.php:69
#: cookienotice.php:47
msgid ""
"<b>Configure your cookie usage notice.</b> It should just be a notice, "
"saying that the website uses cookies. It is shown as long as a user didnt "
@ -48,31 +44,19 @@ msgstr ""
"weboldal sütiket használ. Egészen addig lesz megjelenítve, amíg a "
"felhasználó nem fogadja el a Rendben gombra kattintva."
#: cookienotice.php:70
#: cookienotice.php:48
msgid "Cookie Usage Notice"
msgstr "Sütihasználati figyelmeztetés"
#: cookienotice.php:70
msgid "The cookie usage notice"
msgstr "A sütihasználati figyelmeztetés"
#: cookienotice.php:71
#: cookienotice.php:49
msgid "OK Button Text"
msgstr "Rendben gomb szövege"
#: cookienotice.php:71
msgid "The OK Button text"
msgstr "A „Rendben” gomb szövege"
#: cookienotice.php:72
#: cookienotice.php:50
msgid "Save Settings"
msgstr "Beállítások mentése"
#: cookienotice.php:97
msgid "cookienotice Settings saved."
msgstr "A sütifigyelmeztetés beállításai elmentve."
#: cookienotice.php:132
#: cookienotice.php:107
msgid ""
"This website uses cookies to recognize revisiting and logged in users. You "
"accept the usage of these cookies by continue browsing this website."

View File

@ -7,12 +7,8 @@ function string_plural_select_hu($n){
}}
$a->strings['This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.'] = 'Ez a weboldal sütiket használ. Ha folytatja a böngészést a weboldalon, akkor elfogadja a sütik használatát.';
$a->strings['OK'] = 'Rendben';
$a->strings['"cookienotice" Settings'] = 'A sütifigyelmeztetés beállításai';
$a->strings['<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button.'] = '<b>Állítsa be a sütihasználati figyelmeztetést.</b> Ennek csak egy figyelmeztetésnek kell lennie, amely arra hívja fel a figyelmet, hogy a weboldal sütiket használ. Egészen addig lesz megjelenítve, amíg a felhasználó nem fogadja el a Rendben gombra kattintva.';
$a->strings['Cookie Usage Notice'] = 'Sütihasználati figyelmeztetés';
$a->strings['The cookie usage notice'] = 'A sütihasználati figyelmeztetés';
$a->strings['OK Button Text'] = 'Rendben gomb szövege';
$a->strings['The OK Button text'] = 'A „Rendben” gomb szövege';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['cookienotice Settings saved.'] = 'A sütifigyelmeztetés beállításai elmentve.';
$a->strings['This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website.'] = 'Ez a weboldal sütiket használ az újralátogatás felismeréséhez és a bejelentkezett felhasználókhoz. A weboldalon történő böngészés folytatásával Ön elfogadja ezen sütik használatát.';

View File

@ -0,0 +1,53 @@
# ADDON cookienotice
# Copyright (C)
# This file is distributed under the same license as the Friendica cookienotice addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
"Language-Team: Swedish (https://www.transifex.com/Friendica/teams/12172/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"
#: cookienotice.php:42
msgid ""
"This website uses cookies. If you continue browsing this website, you agree "
"to the usage of cookies."
msgstr ""
#: cookienotice.php:43 cookienotice.php:108
msgid "OK"
msgstr ""
#: cookienotice.php:47
msgid ""
"<b>Configure your cookie usage notice.</b> It should just be a notice, "
"saying that the website uses cookies. It is shown as long as a user didnt "
"confirm clicking the OK button."
msgstr ""
#: cookienotice.php:48
msgid "Cookie Usage Notice"
msgstr ""
#: cookienotice.php:49
msgid "OK Button Text"
msgstr ""
#: cookienotice.php:50
msgid "Save Settings"
msgstr ""
#: cookienotice.php:107
msgid ""
"This website uses cookies to recognize revisiting and logged in users. You "
"accept the usage of these cookies by continue browsing this website."
msgstr ""

View File

@ -0,0 +1,7 @@
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}

View File

@ -8,15 +8,15 @@
# Oliver <post@toktan.org>, 2016
# Till Mohr <tmtrfx@till-mohr.de>, 2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016,2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2016,2021-2022
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-05-23 19:29+0000\n"
"Last-Translator: Till Mohr <tmtrfx@till-mohr.de>\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2022-01-22 17:28+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -28,7 +28,7 @@ msgstr ""
msgid "Error fetching weather data. Error was: "
msgstr "Fehler beim Abrufen der Wetterdaten. Die Fehlermeldung lautet:"
#: curweather.php:130 curweather.php:192
#: curweather.php:130
msgid "Current Weather"
msgstr "Aktuelles Wetter"
@ -64,66 +64,66 @@ msgstr "Es gab ein Problem beim Abrufen der Wetterdaten. Aber wirf doch mal eine
msgid "at OpenWeatherMap"
msgstr "auf OpenWeatherMap"
#: curweather.php:179
#: curweather.php:178
msgid "No APPID found, please contact your admin to obtain one."
msgstr "Keine APPID gefunden, bitte kontaktiere deinen Admin, damit eine eingerichtet wird."
#: curweather.php:191 curweather.php:229
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: curweather.php:192
msgid "Settings"
msgstr "Einstellungen"
#: curweather.php:194
#: curweather.php:188
msgid "Enter either the name of your location or the zip code."
msgstr "Gib entweder den Namen oder die PLZ deines Ortes ein."
#: curweather.php:195
#: curweather.php:189
msgid "Your Location"
msgstr "Deinen Standort festlegen"
#: curweather.php:195
#: curweather.php:189
msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>."
msgstr "Identifikator deines Standorts (Name oder Postleitzahl), z.B. <em>Berlin,DE</em> oder <em>14476,DE</em>."
#: curweather.php:196
#: curweather.php:190
msgid "Units"
msgstr "Einheiten"
#: curweather.php:196
#: curweather.php:190
msgid "select if the temperature should be displayed in &deg;C or &deg;F"
msgstr "wähle, ob die Temperatur in &deg;C oder &deg;F angezeigt werden soll"
#: curweather.php:197
#: curweather.php:191
msgid "Show weather data"
msgstr "Zeige Wetterdaten"
#: curweather.php:232
#: curweather.php:196
msgid "Current Weather Settings"
msgstr "Aktuelles Wetter Einstellungen"
#: curweather.php:227
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: curweather.php:230
msgid "Caching Interval"
msgstr "Cache-Intervall"
#: curweather.php:234
#: curweather.php:232
msgid ""
"For how long should the weather data be cached? Choose according your "
"OpenWeatherMap account type."
msgstr "Wie lange sollen die Wetterdaten zwischengespeichert werden? Wähle eine für deinen OpenWeatherMap-Account passende Einstellung."
#: curweather.php:235
#: curweather.php:233
msgid "no cache"
msgstr "kein Cache"
#: curweather.php:236 curweather.php:237 curweather.php:238 curweather.php:239
#: curweather.php:234 curweather.php:235 curweather.php:236 curweather.php:237
msgid "minutes"
msgstr "Minuten"
#: curweather.php:242
#: curweather.php:240
msgid "Your APPID"
msgstr "Deine APPID"
#: curweather.php:242
#: curweather.php:240
msgid "Your API key provided by OpenWeatherMap"
msgstr "Der API-Schlüssel von OpenWeatherMap"

View File

@ -16,14 +16,14 @@ $a->strings['Show on map'] = 'Karte anzeigen';
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Es gab ein Problem beim Abrufen der Wetterdaten. Aber wirf doch mal einen Blick';
$a->strings['at OpenWeatherMap'] = 'auf OpenWeatherMap';
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Keine APPID gefunden, bitte kontaktiere deinen Admin, damit eine eingerichtet wird.';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Settings'] = 'Einstellungen';
$a->strings['Enter either the name of your location or the zip code.'] = 'Gib entweder den Namen oder die PLZ deines Ortes ein.';
$a->strings['Your Location'] = 'Deinen Standort festlegen';
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'Identifikator deines Standorts (Name oder Postleitzahl), z.B. <em>Berlin,DE</em> oder <em>14476,DE</em>.';
$a->strings['Units'] = 'Einheiten';
$a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'wähle, ob die Temperatur in &deg;C oder &deg;F angezeigt werden soll';
$a->strings['Show weather data'] = 'Zeige Wetterdaten';
$a->strings['Current Weather Settings'] = 'Aktuelles Wetter Einstellungen';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Caching Interval'] = 'Cache-Intervall';
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Wie lange sollen die Wetterdaten zwischengespeichert werden? Wähle eine für deinen OpenWeatherMap-Account passende Einstellung.';
$a->strings['no cache'] = 'kein Cache';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:10+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-23 17:18+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -23,7 +23,7 @@ msgstr ""
msgid "Error fetching weather data. Error was: "
msgstr "Hiba az időjárásadatok lekérésekor. A hiba ez volt: "
#: curweather.php:130 curweather.php:192
#: curweather.php:130
msgid "Current Weather"
msgstr "Jelenlegi időjárás"
@ -59,66 +59,66 @@ msgstr "Probléma történt az időjárási adatokhoz való hozzáféréskor. De
msgid "at OpenWeatherMap"
msgstr "OpenWeatherMap"
#: curweather.php:179
#: curweather.php:178
msgid "No APPID found, please contact your admin to obtain one."
msgstr "Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet."
#: curweather.php:191 curweather.php:229
msgid "Save Settings"
msgstr "Beállítások mentése"
#: curweather.php:192
msgid "Settings"
msgstr "Beállítások"
#: curweather.php:194
#: curweather.php:188
msgid "Enter either the name of your location or the zip code."
msgstr "Adja meg a tartózkodási helyének a nevét vagy az irányítószámát."
msgstr "Adja meg a tartózkodási helyének nevét vagy irányítószámát."
#: curweather.php:195
#: curweather.php:189
msgid "Your Location"
msgstr "Az Ön tartózkodási helye"
#: curweather.php:195
#: curweather.php:189
msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>."
msgstr "A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>."
#: curweather.php:196
#: curweather.php:190
msgid "Units"
msgstr "Mértékegységek"
#: curweather.php:196
#: curweather.php:190
msgid "select if the temperature should be displayed in &deg;C or &deg;F"
msgstr "Annak kiválasztása, hogy a hőmérsékletet &deg;C vagy &deg;F fokban kell megjeleníteni."
#: curweather.php:197
#: curweather.php:191
msgid "Show weather data"
msgstr "Időjárási adatok megjelenítése"
#: curweather.php:232
#: curweather.php:196
msgid "Current Weather Settings"
msgstr "Jelenlegi időjárás beállításai"
#: curweather.php:227
msgid "Save Settings"
msgstr "Beállítások mentése"
#: curweather.php:230
msgid "Caching Interval"
msgstr "Gyorsítótárazási időköz"
#: curweather.php:234
#: curweather.php:232
msgid ""
"For how long should the weather data be cached? Choose according your "
"OpenWeatherMap account type."
msgstr "Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint."
#: curweather.php:235
#: curweather.php:233
msgid "no cache"
msgstr "nincs gyorsítótár"
#: curweather.php:236 curweather.php:237 curweather.php:238 curweather.php:239
#: curweather.php:234 curweather.php:235 curweather.php:236 curweather.php:237
msgid "minutes"
msgstr "perc"
#: curweather.php:242
#: curweather.php:240
msgid "Your APPID"
msgstr "Az alkalmazásazonosítója"
#: curweather.php:242
#: curweather.php:240
msgid "Your API key provided by OpenWeatherMap"
msgstr "Az OpenWeatherMap által biztosított API-kulcsa"

View File

@ -16,14 +16,14 @@ $a->strings['Show on map'] = 'Megjelenítés térképen';
$a->strings['There was a problem accessing the weather data. But have a look'] = 'Probléma történt az időjárási adatokhoz való hozzáféréskor. De nézzen körül itt:';
$a->strings['at OpenWeatherMap'] = 'OpenWeatherMap';
$a->strings['No APPID found, please contact your admin to obtain one.'] = 'Nem található alkalmazásazonosító. Vegye fel a kapcsolatot az adminisztrátorral, hogy beszerezzen egyet.';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Settings'] = 'Beállítások';
$a->strings['Enter either the name of your location or the zip code.'] = 'Adja meg a tartózkodási helyének a nevét vagy az irányítószámát.';
$a->strings['Enter either the name of your location or the zip code.'] = 'Adja meg a tartózkodási helyének nevét vagy irányítószámát.';
$a->strings['Your Location'] = 'Az Ön tartózkodási helye';
$a->strings['Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or <em>14476,DE</em>.'] = 'A tartózkodási helyének azonosítója (neve vagy irányítószáma), például <em>Budapest,HU</em> vagy <em>1234,HU</em>.';
$a->strings['Units'] = 'Mértékegységek';
$a->strings['select if the temperature should be displayed in &deg;C or &deg;F'] = 'Annak kiválasztása, hogy a hőmérsékletet &deg;C vagy &deg;F fokban kell megjeleníteni.';
$a->strings['Show weather data'] = 'Időjárási adatok megjelenítése';
$a->strings['Current Weather Settings'] = 'Jelenlegi időjárás beállításai';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Caching Interval'] = 'Gyorsítótárazási időköz';
$a->strings['For how long should the weather data be cached? Choose according your OpenWeatherMap account type.'] = 'Mennyi ideig kell az időjárási adatokat gyorsítótárazni? Válasszon az OpenWeatherMap fióktípusa szerint.';
$a->strings['no cache'] = 'nincs gyorsítótár';

View File

@ -0,0 +1,125 @@
# ADDON curweather
# Copyright (C)
# This file is distributed under the same license as the Friendica curweather addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2019
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2022-01-16 01:04+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: curweather.php:47
msgid "Error fetching weather data. Error was: "
msgstr ""
#: curweather.php:130
msgid "Current Weather"
msgstr "Nuvarande väder"
#: curweather.php:137
msgid "Relative Humidity"
msgstr "Relativ luftfuktighet"
#: curweather.php:138
msgid "Pressure"
msgstr "Tryck"
#: curweather.php:139
msgid "Wind"
msgstr "Vind"
#: curweather.php:140
msgid "Last Updated"
msgstr "Uppdaterades senast"
#: curweather.php:141
msgid "Data by"
msgstr "Data av"
#: curweather.php:142
msgid "Show on map"
msgstr "Visa på karta"
#: curweather.php:147
msgid "There was a problem accessing the weather data. But have a look"
msgstr ""
#: curweather.php:149
msgid "at OpenWeatherMap"
msgstr "vid OpenWeatherMap"
#: curweather.php:178
msgid "No APPID found, please contact your admin to obtain one."
msgstr ""
#: curweather.php:188
msgid "Enter either the name of your location or the zip code."
msgstr ""
#: curweather.php:189
msgid "Your Location"
msgstr "Din plats"
#: curweather.php:189
msgid ""
"Identifier of your location (name or zip code), e.g. <em>Berlin,DE</em> or "
"<em>14476,DE</em>."
msgstr ""
#: curweather.php:190
msgid "Units"
msgstr "Enheter"
#: curweather.php:190
msgid "select if the temperature should be displayed in &deg;C or &deg;F"
msgstr ""
#: curweather.php:191
msgid "Show weather data"
msgstr "Visa väder-data"
#: curweather.php:196
msgid "Current Weather Settings"
msgstr ""
#: curweather.php:227
msgid "Save Settings"
msgstr "Spara inställningar"
#: curweather.php:230
msgid "Caching Interval"
msgstr ""
#: curweather.php:232
msgid ""
"For how long should the weather data be cached? Choose according your "
"OpenWeatherMap account type."
msgstr ""
#: curweather.php:233
msgid "no cache"
msgstr "ingen cache"
#: curweather.php:234 curweather.php:235 curweather.php:236 curweather.php:237
msgid "minutes"
msgstr "minuter"
#: curweather.php:240
msgid "Your APPID"
msgstr "Ditt APP-ID"
#: curweather.php:240
msgid "Your API key provided by OpenWeatherMap"
msgstr ""

View File

@ -1,3 +1,22 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Current Weather'] = 'Nuvarande väder';
$a->strings['Relative Humidity'] = 'Relativ luftfuktighet';
$a->strings['Pressure'] = 'Tryck';
$a->strings['Wind'] = 'Vind';
$a->strings['Last Updated'] = 'Uppdaterades senast';
$a->strings['Data by'] = 'Data av';
$a->strings['Show on map'] = 'Visa på karta';
$a->strings['at OpenWeatherMap'] = 'vid OpenWeatherMap';
$a->strings['Your Location'] = 'Din plats';
$a->strings['Units'] = 'Enheter';
$a->strings['Show weather data'] = 'Visa väder-data';
$a->strings['Save Settings'] = 'Spara inställningar';
$a->strings['no cache'] = 'ingen cache';
$a->strings['minutes'] = 'minuter';
$a->strings['Your APPID'] = 'Ditt APP-ID';

View File

@ -13,9 +13,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-05-23 19:29+0000\n"
"Last-Translator: Till Mohr <tmtrfx@till-mohr.de>\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -23,88 +23,84 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: diaspora.php:43
#: diaspora.php:44
msgid "Post to Diaspora"
msgstr "Auf Diaspora veröffentlichen"
#: diaspora.php:68
#: diaspora.php:67
#, php-format
msgid ""
"Please remember: You can always be reached from Diaspora with your Friendica"
" handle <strong>%s</strong>. "
msgstr "Denke daran: Du kannst jederzeit über deinen Friendica-Account <strong>%s</strong> von Diaspora aus erreicht werden."
#: diaspora.php:69
#: diaspora.php:68
msgid ""
"This connector is only meant if you still want to use your old Diaspora "
"account for some time. "
msgstr "Dieser Connector ist ausschließlich dafür gedacht, deinen alten Diaspora-Account noch ein wenig weiter zu betreiben."
#: diaspora.php:70
#: diaspora.php:69
#, php-format
msgid ""
"However, it is preferred that you tell your Diaspora contacts the new handle"
" <strong>%s</strong> instead."
msgstr "Du solltest allerdings deinen Diaspora Kontakten deinen Friendica Account <strong>%s</strong> mitteilen, damit sie diesem folgen."
#: diaspora.php:80
#: diaspora.php:79
msgid "All aspects"
msgstr "Alle Aspekte"
#: diaspora.php:81
#: diaspora.php:80
msgid "Public"
msgstr "Öffentlich"
#: diaspora.php:87
#: diaspora.php:86
msgid "Post to aspect:"
msgstr "Bei aspect veröffentlichen:"
#: diaspora.php:88
#: diaspora.php:87
#, php-format
msgid "Connected with your Diaspora account <strong>%s</strong>"
msgstr "Verbunden mit deinem Diaspora-Konto <strong>%s</strong>"
#: diaspora.php:91
#: diaspora.php:90
msgid ""
"Can't login to your Diaspora account. Please check handle (in the format "
"user@domain.tld) and password."
msgstr "Anmeldung bei deinem Diaspora-Konto fehlgeschlagen. Bitte überprüfe Handle (im Format user@domain.tld) und Passwort."
#: diaspora.php:99
msgid "Diaspora Export"
msgstr "Diaspora-Export"
#: diaspora.php:100
#: diaspora.php:97
msgid "Information"
msgstr "Information"
#: diaspora.php:101
#: diaspora.php:98
msgid "Error"
msgstr "Fehler"
#: diaspora.php:102
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: diaspora.php:106
#: diaspora.php:104
msgid "Enable Diaspora Post Addon"
msgstr "Diaspora-Post-Addon aktivieren"
#: diaspora.php:107
#: diaspora.php:105
msgid "Diaspora handle"
msgstr "Diaspora-Handle"
#: diaspora.php:108
#: diaspora.php:106
msgid "Diaspora password"
msgstr "Diaspora-Passwort"
#: diaspora.php:108
#: diaspora.php:106
msgid ""
"Privacy notice: Your Diaspora password will be stored unencrypted to "
"authenticate you with your Diaspora pod. This means your Friendica node "
"administrator can have access to it."
msgstr "Datenschutzhinweis: Dein Diaspora-Passwort wird unverschlüsselt gespeichert, um dich an deinem Diaspora-Pod zu authentifizieren. Dadurch kann der Administrator deines Friendica-Knotens Zugriff darauf erlangen."
#: diaspora.php:110
#: diaspora.php:108
msgid "Post to Diaspora by default"
msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora"
#: diaspora.php:113
msgid "Diaspora Export"
msgstr "Diaspora-Export"

View File

@ -14,12 +14,11 @@ $a->strings['Public'] = 'Öffentlich';
$a->strings['Post to aspect:'] = 'Bei aspect veröffentlichen:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Verbunden mit deinem Diaspora-Konto <strong>%s</strong>';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Anmeldung bei deinem Diaspora-Konto fehlgeschlagen. Bitte überprüfe Handle (im Format user@domain.tld) und Passwort.';
$a->strings['Diaspora Export'] = 'Diaspora-Export';
$a->strings['Information'] = 'Information';
$a->strings['Error'] = 'Fehler';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Enable Diaspora Post Addon'] = 'Diaspora-Post-Addon aktivieren';
$a->strings['Diaspora handle'] = 'Diaspora-Handle';
$a->strings['Diaspora password'] = 'Diaspora-Passwort';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Datenschutzhinweis: Dein Diaspora-Passwort wird unverschlüsselt gespeichert, um dich an deinem Diaspora-Pod zu authentifizieren. Dadurch kann der Administrator deines Friendica-Knotens Zugriff darauf erlangen.';
$a->strings['Post to Diaspora by default'] = 'Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora';
$a->strings['Diaspora Export'] = 'Diaspora-Export';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-07 00:15-0400\n"
"PO-Revision-Date: 2020-12-23 01:35+0000\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-12-23 17:19+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,96 +19,84 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: diaspora.php:53
#: diaspora.php:44
msgid "Post to Diaspora"
msgstr "Beküldés a Diasporára"
#: diaspora.php:78
#: diaspora.php:67
#, php-format
msgid ""
"Please remember: You can always be reached from Diaspora with your Friendica"
" handle <strong>%s</strong>. "
msgstr "Ne feledje: Ön mindig elérhető a Diasporáról a(z) <strong>%s</strong> Friendica kezelőjével. "
#: diaspora.php:79
#: diaspora.php:68
msgid ""
"This connector is only meant if you still want to use your old Diaspora "
"account for some time. "
msgstr "Ez az összekötő csak akkor szükséges, ha továbbra is használni szeretné a régi Diaspora-fiókját egy ideig. "
#: diaspora.php:80
#: diaspora.php:69
#, php-format
msgid ""
"However, it is preferred that you tell your Diaspora contacts the new handle"
" <strong>%s</strong> instead."
msgstr "Azonban az ajánlott eljárás az, hogy inkább mondja meg a Diaspora partnereinek az új <strong>%s</strong> kezelőt."
#: diaspora.php:90
#: diaspora.php:79
msgid "All aspects"
msgstr "Minden szempont"
#: diaspora.php:91
#: diaspora.php:80
msgid "Public"
msgstr "Nyilvános"
#: diaspora.php:97
#: diaspora.php:86
msgid "Post to aspect:"
msgstr "Beküldés a szempontba:"
#: diaspora.php:98
#: diaspora.php:87
#, php-format
msgid "Connected with your Diaspora account <strong>%s</strong>"
msgstr "Kapcsolódva a(z) <strong>%s</strong> Diaspora-fiókjával"
#: diaspora.php:101
#: diaspora.php:90
msgid ""
"Can't login to your Diaspora account. Please check handle (in the format "
"user@domain.tld) and password."
msgstr "Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót."
#: diaspora.php:109
msgid "Diaspora Export"
msgstr "Diaspora exportálás"
#: diaspora.php:110
#: diaspora.php:97
msgid "Information"
msgstr "Információ"
#: diaspora.php:111
#: diaspora.php:98
msgid "Error"
msgstr "Hiba"
#: diaspora.php:112
msgid "Save Settings"
msgstr "Beállítások mentése"
#: diaspora.php:116
#: diaspora.php:104
msgid "Enable Diaspora Post Addon"
msgstr "A Diaspora-beküldő bővítmény engedélyezése"
#: diaspora.php:117
#: diaspora.php:105
msgid "Diaspora handle"
msgstr "Diaspora kezelő"
#: diaspora.php:118
#: diaspora.php:106
msgid "Diaspora password"
msgstr "Diaspora jelszó"
#: diaspora.php:118
#: diaspora.php:106
msgid ""
"Privacy notice: Your Diaspora password will be stored unencrypted to "
"authenticate you with your Diaspora pod. This means your Friendica node "
"administrator can have access to it."
msgstr "Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet."
#: diaspora.php:120
#: diaspora.php:108
msgid "Post to Diaspora by default"
msgstr "Beküldés a Diasporára alapértelmezetten"
#: diaspora.php:138
msgid "Diaspora settings updated."
msgstr "A Diaspora beállításai frissítve."
#: diaspora.php:141
msgid "Diaspora connector disabled."
msgstr "A Diaspora összekötő letiltva."
#: diaspora.php:113
msgid "Diaspora Export"
msgstr "Diaspora exportálás"

View File

@ -14,14 +14,11 @@ $a->strings['Public'] = 'Nyilvános';
$a->strings['Post to aspect:'] = 'Beküldés a szempontba:';
$a->strings['Connected with your Diaspora account <strong>%s</strong>'] = 'Kapcsolódva a(z) <strong>%s</strong> Diaspora-fiókjával';
$a->strings['Can\'t login to your Diaspora account. Please check handle (in the format user@domain.tld) and password.'] = 'Nem lehet bejelentkezni a Diaspora-fiókjába. Ellenőrizze a kezelőt (felhasználó@tartomány.tld formátumban) és a jelszót.';
$a->strings['Diaspora Export'] = 'Diaspora exportálás';
$a->strings['Information'] = 'Információ';
$a->strings['Error'] = 'Hiba';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Enable Diaspora Post Addon'] = 'A Diaspora-beküldő bővítmény engedélyezése';
$a->strings['Diaspora handle'] = 'Diaspora kezelő';
$a->strings['Diaspora password'] = 'Diaspora jelszó';
$a->strings['Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it.'] = 'Adatvédelmi figyelmeztetés: a Diaspora jelszava titkosítatlanul lesz eltárolva, hogy hitelesítse Önt a Diaspora csomópontján. Ez azt jelenti, hogy a Friendica csomópontjának adminisztrátora hozzáférhet.';
$a->strings['Post to Diaspora by default'] = 'Beküldés a Diasporára alapértelmezetten';
$a->strings['Diaspora settings updated.'] = 'A Diaspora beállításai frissítve.';
$a->strings['Diaspora connector disabled.'] = 'A Diaspora összekötő letiltva.';
$a->strings['Diaspora Export'] = 'Diaspora exportálás';

View File

@ -0,0 +1,102 @@
# ADDON diaspora
# Copyright (C)
# This file is distributed under the same license as the Friendica diaspora addon package.
#
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
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-15 23:38+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: diaspora.php:44
msgid "Post to Diaspora"
msgstr ""
#: diaspora.php:67
#, php-format
msgid ""
"Please remember: You can always be reached from Diaspora with your Friendica"
" handle <strong>%s</strong>. "
msgstr ""
#: diaspora.php:68
msgid ""
"This connector is only meant if you still want to use your old Diaspora "
"account for some time. "
msgstr ""
#: diaspora.php:69
#, php-format
msgid ""
"However, it is preferred that you tell your Diaspora contacts the new handle"
" <strong>%s</strong> instead."
msgstr ""
#: diaspora.php:79
msgid "All aspects"
msgstr ""
#: diaspora.php:80
msgid "Public"
msgstr ""
#: diaspora.php:86
msgid "Post to aspect:"
msgstr ""
#: diaspora.php:87
#, php-format
msgid "Connected with your Diaspora account <strong>%s</strong>"
msgstr ""
#: diaspora.php:90
msgid ""
"Can't login to your Diaspora account. Please check handle (in the format "
"user@domain.tld) and password."
msgstr ""
#: diaspora.php:97
msgid "Information"
msgstr ""
#: diaspora.php:98
msgid "Error"
msgstr ""
#: diaspora.php:104
msgid "Enable Diaspora Post Addon"
msgstr ""
#: diaspora.php:105
msgid "Diaspora handle"
msgstr ""
#: diaspora.php:106
msgid "Diaspora password"
msgstr "Lösenord för Diaspora"
#: diaspora.php:106
msgid ""
"Privacy notice: Your Diaspora password will be stored unencrypted to "
"authenticate you with your Diaspora pod. This means your Friendica node "
"administrator can have access to it."
msgstr ""
#: diaspora.php:108
msgid "Post to Diaspora by default"
msgstr ""
#: diaspora.php:113
msgid "Diaspora Export"
msgstr ""

View File

@ -0,0 +1,8 @@
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Diaspora password'] = 'Lösenord för Diaspora';

View File

@ -6,14 +6,14 @@
# Translators:
# Andreas H., 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2018,2021-2022
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-06 16:55+0000\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2022-01-22 17:33+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
@ -22,30 +22,26 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: dwpost.php:41
#: dwpost.php:43
msgid "Post to Dreamwidth"
msgstr "In Dreamwidth veröffentlichen"
#: dwpost.php:72 dwpost.php:76
msgid "Dreamwidth Export"
msgstr "Dreamwidth Export"
#: dwpost.php:80
msgid "Enable dreamwidth Post Addon"
#: dwpost.php:63
msgid "Enable Dreamwidth Post Addon"
msgstr "Dreamwidth-Post-Addon aktivieren"
#: dwpost.php:85
msgid "dreamwidth username"
#: dwpost.php:64
msgid "Dreamwidth username"
msgstr "Dreamwidth-Benutzername"
#: dwpost.php:90
msgid "dreamwidth password"
#: dwpost.php:65
msgid "Dreamwidth password"
msgstr "Dreamwidth-Passwort"
#: dwpost.php:95
msgid "Post to dreamwidth by default"
#: dwpost.php:66
msgid "Post to Dreamwidth by default"
msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
#: dwpost.php:100
msgid "Save Settings"
msgstr "Speichere Einstellungen"
#: dwpost.php:71
msgid "Dreamwidth Export"
msgstr "Dreamwidth Export"

View File

@ -6,9 +6,8 @@ function string_plural_select_de($n){
return intval($n != 1);
}}
$a->strings['Post to Dreamwidth'] = 'In Dreamwidth veröffentlichen';
$a->strings['Enable Dreamwidth Post Addon'] = 'Dreamwidth-Post-Addon aktivieren';
$a->strings['Dreamwidth username'] = 'Dreamwidth-Benutzername';
$a->strings['Dreamwidth password'] = 'Dreamwidth-Passwort';
$a->strings['Post to Dreamwidth by default'] = 'Standardmäßig bei Dreamwidth veröffentlichen';
$a->strings['Dreamwidth Export'] = 'Dreamwidth Export';
$a->strings['Enable dreamwidth Post Addon'] = 'Dreamwidth-Post-Addon aktivieren';
$a->strings['dreamwidth username'] = 'Dreamwidth-Benutzername';
$a->strings['dreamwidth password'] = 'Dreamwidth-Passwort';
$a->strings['Post to dreamwidth by default'] = 'Standardmäßig bei Dreamwidth veröffentlichen';
$a->strings['Save Settings'] = 'Speichere Einstellungen';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:13+0000\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-12-23 18:31+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,30 +19,26 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: dwpost.php:41
#: dwpost.php:43
msgid "Post to Dreamwidth"
msgstr "Beküldés a Dreamwidth-re"
#: dwpost.php:72 dwpost.php:76
msgid "Dreamwidth Export"
msgstr "Dreamwidth exportálás"
#: dwpost.php:80
msgid "Enable dreamwidth Post Addon"
#: dwpost.php:63
msgid "Enable Dreamwidth Post Addon"
msgstr "A Dreamwidth-beküldő bővítmény engedélyezése"
#: dwpost.php:85
msgid "dreamwidth username"
#: dwpost.php:64
msgid "Dreamwidth username"
msgstr "Dreamwidth felhasználónév"
#: dwpost.php:90
msgid "dreamwidth password"
#: dwpost.php:65
msgid "Dreamwidth password"
msgstr "Dreamwidth jelszó"
#: dwpost.php:95
msgid "Post to dreamwidth by default"
#: dwpost.php:66
msgid "Post to Dreamwidth by default"
msgstr "Beküldés a Dreamwidth-re alapértelmezetten"
#: dwpost.php:100
msgid "Save Settings"
msgstr "Beállítások mentése"
#: dwpost.php:71
msgid "Dreamwidth Export"
msgstr "Dreamwidth exportálás"

View File

@ -6,9 +6,8 @@ function string_plural_select_hu($n){
return intval($n != 1);
}}
$a->strings['Post to Dreamwidth'] = 'Beküldés a Dreamwidth-re';
$a->strings['Enable Dreamwidth Post Addon'] = 'A Dreamwidth-beküldő bővítmény engedélyezése';
$a->strings['Dreamwidth username'] = 'Dreamwidth felhasználónév';
$a->strings['Dreamwidth password'] = 'Dreamwidth jelszó';
$a->strings['Post to Dreamwidth by default'] = 'Beküldés a Dreamwidth-re alapértelmezetten';
$a->strings['Dreamwidth Export'] = 'Dreamwidth exportálás';
$a->strings['Enable dreamwidth Post Addon'] = 'A Dreamwidth-beküldő bővítmény engedélyezése';
$a->strings['dreamwidth username'] = 'Dreamwidth felhasználónév';
$a->strings['dreamwidth password'] = 'Dreamwidth jelszó';
$a->strings['Post to dreamwidth by default'] = 'Beküldés a Dreamwidth-re alapértelmezetten';
$a->strings['Save Settings'] = 'Beállítások mentése';

View File

@ -0,0 +1,43 @@
# ADDON dwpost
# Copyright (C)
# This file is distributed under the same license as the Friendica dwpost addon package.
#
#
# Translators:
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: 2021-12-22 16:17+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Swedish (http://www.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"
#: dwpost.php:43
msgid "Post to Dreamwidth"
msgstr ""
#: dwpost.php:63
msgid "Enable Dreamwidth Post Addon"
msgstr ""
#: dwpost.php:64
msgid "Dreamwidth username"
msgstr ""
#: dwpost.php:65
msgid "Dreamwidth password"
msgstr ""
#: dwpost.php:66
msgid "Post to Dreamwidth by default"
msgstr ""
#: dwpost.php:71
msgid "Dreamwidth Export"
msgstr ""

View File

@ -1,3 +1,7 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:14+0000\n"
"PO-Revision-Date: 2021-12-23 17:19+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"

View File

@ -0,0 +1,49 @@
# ADDON forumdirectory
# Copyright (C)
# This file is distributed under the same license as the Friendica forumdirectory addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2019
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2022-01-15 23:39+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: forumdirectory.php:33 forumdirectory.php:137
msgid "Forum Directory"
msgstr "Forum-mapp"
#: forumdirectory.php:53
msgid "Public access denied."
msgstr "Publik åtkomst nekades."
#: forumdirectory.php:125
msgid "No entries (some entries may be hidden)."
msgstr "Inget att visa. (Man kan välja att inte synas här)"
#: forumdirectory.php:131
msgid "Global Directory"
msgstr "Medlemskatalog för flera sajter (global)"
#: forumdirectory.php:133
msgid "Find on this site"
msgstr "Hitta på den här sidan"
#: forumdirectory.php:135
msgid "Results for:"
msgstr ""
#: forumdirectory.php:139
msgid "Find"
msgstr "Sök"

View File

@ -1,14 +1,13 @@
<?php
$a->strings["Global Directory"] = "Medlemskatalog f&ouml;r flera sajter (global)";
$a->strings["Finding: "] = "Hittar: ";
$a->strings["Site Directory"] = "Medlemskatalog";
$a->strings["Find"] = "S&ouml;k";
$a->strings["Age: "] = "&Aring;lder: ";
$a->strings["Gender: "] = "K&ouml;n: ";
$a->strings["Location:"] = "Plats:";
$a->strings["Gender:"] = "K&ouml;n:";
$a->strings["Status:"] = "Status:";
$a->strings["Homepage:"] = "Hemsida:";
$a->strings["About:"] = "Om:";
$a->strings["No entries (some entries may be hidden)."] = "Inget att visa. (Man kan v&auml;lja att inte synas h&auml;r)";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Forum Directory'] = 'Forum-mapp';
$a->strings['Public access denied.'] = 'Publik åtkomst nekades.';
$a->strings['No entries (some entries may be hidden).'] = 'Inget att visa. (Man kan välja att inte synas här)';
$a->strings['Global Directory'] = 'Medlemskatalog för flera sajter (global)';
$a->strings['Find on this site'] = 'Hitta på den här sidan';
$a->strings['Find'] = 'Sök';

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 16:42+0100\n"
"PO-Revision-Date: 2019-02-21 05:57+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 15:15+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,25 +22,17 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: fromapp.php:40
msgid "Fromapp settings updated."
msgstr "Fromapp-Einstellungen aktualisiert."
#: fromapp.php:65 fromapp.php:69
msgid "FromApp Settings"
msgstr "FromApp-Einstellungen"
#: fromapp.php:72
#: fromapp.php:45
msgid ""
"The application name you would like to show your posts originating from. "
"Separate different app names with a comma. A random one will then be "
"selected for every posting."
msgstr "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll. Unterschiedliche Namen können mit einem Komma von einander getrennt werden. Ist mehr als ein Name angegeben, wird für jeden Beitrag ein zufälliger Name aus der Liste ausgewählt."
#: fromapp.php:76
#: fromapp.php:46
msgid "Use this application name even if another application was used."
msgstr "Verwende diesen Namen, selbst wenn eine andere Applikation verwendet wurde"
#: fromapp.php:83
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: fromapp.php:51
msgid "FromApp Settings"
msgstr "FromApp-Einstellungen"

View File

@ -5,8 +5,6 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Fromapp settings updated.'] = 'Fromapp-Einstellungen aktualisiert.';
$a->strings['FromApp Settings'] = 'FromApp-Einstellungen';
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll. Unterschiedliche Namen können mit einem Komma von einander getrennt werden. Ist mehr als ein Name angegeben, wird für jeden Beitrag ein zufälliger Name aus der Liste ausgewählt.';
$a->strings['Use this application name even if another application was used.'] = 'Verwende diesen Namen, selbst wenn eine andere Applikation verwendet wurde';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['FromApp Settings'] = 'FromApp-Einstellungen';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-02-19 16:42+0100\n"
"PO-Revision-Date: 2020-12-23 01:47+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-23 17:20+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,25 +19,17 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: fromapp.php:40
msgid "Fromapp settings updated."
msgstr "A FromApp beállításai frissítve."
#: fromapp.php:65 fromapp.php:69
msgid "FromApp Settings"
msgstr "FromApp-beállítások"
#: fromapp.php:72
#: fromapp.php:45
msgid ""
"The application name you would like to show your posts originating from. "
"Separate different app names with a comma. A random one will then be "
"selected for every posting."
msgstr "Az alkalmazás neve, amelyet meg szeretne jeleníteni a bejegyzései származási helyeként. A különböző alkalmazásnevek vesszővel választhatók el. Ezután véletlenszerűen lesz kiválasztva az egyikük minden egyes beküldésnél."
#: fromapp.php:76
#: fromapp.php:46
msgid "Use this application name even if another application was used."
msgstr "Ezen alkalmazásnév használata akkor is, ha egy másik alkalmazás lett használva."
#: fromapp.php:83
msgid "Save Settings"
msgstr "Beállítások mentése"
#: fromapp.php:51
msgid "FromApp Settings"
msgstr "FromApp-beállítások"

View File

@ -5,8 +5,6 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Fromapp settings updated.'] = 'A FromApp beállításai frissítve.';
$a->strings['FromApp Settings'] = 'FromApp-beállítások';
$a->strings['The application name you would like to show your posts originating from. Separate different app names with a comma. A random one will then be selected for every posting.'] = 'Az alkalmazás neve, amelyet meg szeretne jeleníteni a bejegyzései származási helyeként. A különböző alkalmazásnevek vesszővel választhatók el. Ezután véletlenszerűen lesz kiválasztva az egyikük minden egyes beküldésnél.';
$a->strings['Use this application name even if another application was used.'] = 'Ezen alkalmazásnév használata akkor is, ha egy másik alkalmazás lett használva.';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['FromApp Settings'] = 'FromApp-beállítások';

View File

@ -0,0 +1,34 @@
# ADDON fromapp
# Copyright (C)
# This file is distributed under the same license as the Friendica fromapp addon package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 15:15+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Swedish (http://www.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"
#: fromapp.php:45
msgid ""
"The application name you would like to show your posts originating from. "
"Separate different app names with a comma. A random one will then be "
"selected for every posting."
msgstr ""
#: fromapp.php:46
msgid "Use this application name even if another application was used."
msgstr ""
#: fromapp.php:51
msgid "FromApp Settings"
msgstr ""

View File

@ -1,3 +1,7 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-06 16:59+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 17:23+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,20 +22,16 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: geonames.php:141
msgid "Geonames Settings"
msgstr "Geonames-Einstellungen"
#: geonames.php:142
#: geonames.php:135
msgid ""
"Replace numerical coordinates by the nearest populated location name in your"
" posts."
msgstr "Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung."
#: geonames.php:143
#: geonames.php:136
msgid "Enable Geonames Addon"
msgstr "Geonames-Addon aktivieren"
#: geonames.php:144
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: geonames.php:141
msgid "Geonames Settings"
msgstr "Geonames-Einstellungen"

View File

@ -5,7 +5,6 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Geonames Settings'] = 'Geonames-Einstellungen';
$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Ersetze numerische Koordinaten in Beiträgen mit dem Namen der nächst gelegenen Siedlung.';
$a->strings['Enable Geonames Addon'] = 'Geonames-Addon aktivieren';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Geonames Settings'] = 'Geonames-Einstellungen';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:18+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-23 17:20+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,20 +19,16 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: geonames.php:141
msgid "Geonames Settings"
msgstr "Földrajzi nevek beállításai"
#: geonames.php:142
#: geonames.php:135
msgid ""
"Replace numerical coordinates by the nearest populated location name in your"
" posts."
msgstr "Számokkal megadott koordináták cseréje a bejegyzéseiben a legközelebbi lakott hely nevére."
#: geonames.php:143
#: geonames.php:136
msgid "Enable Geonames Addon"
msgstr "A földrajzi nevek bővítmény engedélyezése"
#: geonames.php:144
msgid "Save Settings"
msgstr "Beállítások mentése"
#: geonames.php:141
msgid "Geonames Settings"
msgstr "Földrajzi nevek beállításai"

View File

@ -5,7 +5,6 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Geonames Settings'] = 'Földrajzi nevek beállításai';
$a->strings['Replace numerical coordinates by the nearest populated location name in your posts.'] = 'Számokkal megadott koordináták cseréje a bejegyzéseiben a legközelebbi lakott hely nevére.';
$a->strings['Enable Geonames Addon'] = 'A földrajzi nevek bővítmény engedélyezése';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Geonames Settings'] = 'Földrajzi nevek beállításai';

View File

@ -0,0 +1,33 @@
# ADDON geonames
# Copyright (C)
# This file is distributed under the same license as the Friendica geonames addon package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 17:23+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: Swedish (http://www.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"
#: geonames.php:135
msgid ""
"Replace numerical coordinates by the nearest populated location name in your"
" posts."
msgstr ""
#: geonames.php:136
msgid "Enable Geonames Addon"
msgstr ""
#: geonames.php:141
msgid "Geonames Settings"
msgstr ""

View File

@ -1,3 +1,7 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-06 17:00+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,25 +22,21 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: gnot.php:71
msgid "Gnot Settings"
msgstr "Gnot-Einstellungen"
#: gnot.php:72
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: gnot.php:73
msgid "Enable this addon?"
msgstr "Dieses Addon aktivieren?"
#: gnot.php:75
#: gnot.php:63
msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the"
" subject line."
msgstr "Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff"
#: gnot.php:84
#: gnot.php:64
msgid "Enable this addon?"
msgstr "Dieses Addon aktivieren?"
#: gnot.php:69
msgid "Gnot Settings"
msgstr "Gnot-Einstellungen"
#: gnot.php:79
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d"

View File

@ -5,8 +5,7 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Gnot Settings'] = 'Gnot-Einstellungen';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Erlaubt das Veröffentlichen von E-Mail-Kommentar-Benachrichtigungen bei Gmail mit anonymisiertem Betreff';
$a->strings['Enable this addon?'] = 'Dieses Addon aktivieren?';
$a->strings['Gnot Settings'] = 'Gnot-Einstellungen';
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:20+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-23 17:21+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,25 +19,21 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: gnot.php:71
msgid "Gnot Settings"
msgstr "Gnot beállítások"
#: gnot.php:72
msgid "Save Settings"
msgstr "Beállítások mentése"
#: gnot.php:73
msgid "Enable this addon?"
msgstr "Engedélyezi ezt a bővítményt?"
#: gnot.php:75
#: gnot.php:63
msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the"
" subject line."
msgstr "Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát."
#: gnot.php:84
#: gnot.php:64
msgid "Enable this addon?"
msgstr "Engedélyezi ezt a bővítményt?"
#: gnot.php:69
msgid "Gnot Settings"
msgstr "Gnot beállítások"
#: gnot.php:79
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr "[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez"

View File

@ -5,8 +5,7 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Gnot Settings'] = 'Gnot beállítások';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Enable this addon?'] = 'Engedélyezi ezt a bővítményt?';
$a->strings['Allows threading of email comment notifications on Gmail and anonymising the subject line.'] = 'Lehetővé teszi az e-mailes hozzászólás értesítéseinek szálkezelését a Gmailnél, és anonimizálja a tárgy sorát.';
$a->strings['Enable this addon?'] = 'Engedélyezi ezt a bővítményt?';
$a->strings['Gnot Settings'] = 'Gnot beállítások';
$a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica: értesítés] Hozzászólás a(z) %d. beszélgetéshez';

39
gnot/lang/sv/messages.po Normal file
View File

@ -0,0 +1,39 @@
# ADDON gnot
# Copyright (C)
# This file is distributed under the same license as the Friendica gnot addon package.
#
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2022-01-15 23:39+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: gnot.php:63
msgid ""
"Allows threading of email comment notifications on Gmail and anonymising the"
" subject line."
msgstr ""
#: gnot.php:64
msgid "Enable this addon?"
msgstr ""
#: gnot.php:69
msgid "Gnot Settings"
msgstr "Gnot-inställningar"
#: gnot.php:79
#, php-format
msgid "[Friendica:Notify] Comment to conversation #%d"
msgstr ""

View File

@ -1,3 +1,8 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Gnot Settings'] = 'Gnot-inställningar';

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:22+0000\n"
"PO-Revision-Date: 2021-12-23 17:21+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"

View File

@ -0,0 +1,71 @@
# ADDON gravatar
# Copyright (C)
# This file is distributed under the same license as the Friendica gravatar addon package.
#
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2022-01-16 00:35+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: gravatar.php:78
msgid "generic profile image"
msgstr ""
#: gravatar.php:79
msgid "random geometric pattern"
msgstr ""
#: gravatar.php:80
msgid "monster face"
msgstr "monsteransikte"
#: gravatar.php:81
msgid "computer generated face"
msgstr "datorgenererat ansikte"
#: gravatar.php:82
msgid "retro arcade style face"
msgstr ""
#: gravatar.php:96
msgid "Information"
msgstr "Information"
#: gravatar.php:96
msgid ""
"Libravatar addon is installed, too. Please disable Libravatar addon or this "
"Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if "
"nothing was found at Libravatar."
msgstr ""
#: gravatar.php:102
msgid "Save Settings"
msgstr ""
#: gravatar.php:103
msgid "Default avatar image"
msgstr ""
#: gravatar.php:103
msgid "Select default avatar image if none was found at Gravatar. See README"
msgstr ""
#: gravatar.php:104
msgid "Rating of images"
msgstr "Betygssättning av bilder"
#: gravatar.php:104
msgid "Select the appropriate avatar rating for your site. See README"
msgstr ""

View File

@ -1,3 +1,11 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['monster face'] = 'monsteransikte';
$a->strings['computer generated face'] = 'datorgenererat ansikte';
$a->strings['Information'] = 'Information';
$a->strings['Rating of images'] = 'Betygssättning av bilder';

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:25+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-22 15:27+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,14 +22,10 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: group_text.php:62
msgid "Group Text"
msgstr "Gruppen als Text"
#: group_text.php:64
#: group_text.php:58
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
msgstr "Beim Bearbeiten von Gruppen Text statt Bilder anzeigen"
#: group_text.php:70
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: group_text.php:63
msgid "Group Text"
msgstr "Gruppen als Text"

View File

@ -5,6 +5,5 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Group Text'] = 'Gruppen als Text';
$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Beim Bearbeiten von Gruppen Text statt Bilder anzeigen';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Group Text'] = 'Gruppen als Text';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-02-27 01:26+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-23 17:21+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,14 +19,10 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: group_text.php:62
msgid "Group Text"
msgstr "Csoportszöveg"
#: group_text.php:64
#: group_text.php:58
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
msgstr "Csak szöveges (kép nélküli) csoportválasztó használata a „csoportszerkesztés” menüben"
#: group_text.php:70
msgid "Save Settings"
msgstr "Beállítások mentése"
#: group_text.php:63
msgid "Group Text"
msgstr "Csoportszöveg"

View File

@ -5,6 +5,5 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Group Text'] = 'Csoportszöveg';
$a->strings['Use a text only (non-image) group selector in the "group edit" menu'] = 'Csak szöveges (kép nélküli) csoportválasztó használata a „csoportszerkesztés” menüben';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Group Text'] = 'Csoportszöveg';

View File

@ -0,0 +1,28 @@
# ADDON group_text
# Copyright (C)
# This file is distributed under the same license as the Friendica group_text addon package.
#
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2022-01-16 00:35+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: group_text.php:58
msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
msgstr ""
#: group_text.php:63
msgid "Group Text"
msgstr "Grupptext"

View File

@ -1,3 +1,8 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Group Text'] = 'Grupptext';

View File

@ -3,14 +3,19 @@
# This file is distributed under the same license as the Friendica ifttt addon package.
#
#
# Translators:
# Andreas H., 2017
# Ulf Rompe <transifex.com@rompe.org>, 2019
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2022
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-27 09:30+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Andreas H. <webmaster@a-zwenkau.de>, 2017\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2017-11-27 10:37+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2022\n"
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -18,38 +23,46 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ifttt.php:53 ifttt.php:57
msgid "IFTTT Mirror"
msgstr "IFTTT Spiegel"
#: ifttt.php:61
#: ifttt.php:52
msgid ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:"
msgstr ""
"Lege ein Konto bei <a href=\"http://www.ifttt.com\"> IFTTT an</a>. Gebe drei"
" Facebook Empfänger ein, die mit <a href=\"https://ifttt.com/maker\">Maker "
"</a> verbunden sind (in der Form \"wenn Facebook dann Maker\"), mit den "
"Lege ein Konto bei <a href=\"http://www.ifttt.com\"> IFTTT an</a>. Lege drei"
" Facebook-Recipes an, die mit <a href=\"https://ifttt.com/maker\">Maker </a>"
" verbunden sind (in der Form \"wenn Facebook dann Maker\"), mit den "
"folgenden Parametern:"
#: ifttt.php:68
msgid "Body for \"new status message\""
msgstr "Body für \"Neue Status Meldung\""
#: ifttt.php:53
msgid "URL"
msgstr "URL"
#: ifttt.php:70
#: ifttt.php:54
msgid "Method"
msgstr "Methode"
#: ifttt.php:55
msgid "Content Type"
msgstr "Content Typ"
#: ifttt.php:56
msgid "Body for \"new status message\""
msgstr "Body für \"Neue Statusmeldung\""
#: ifttt.php:57
msgid "Body for \"new photo upload\""
msgstr "Body für \"Neues Foto hochgeladen\""
#: ifttt.php:72
#: ifttt.php:58
msgid "Body for \"new link post\""
msgstr "Body für \"Neue Nachricht\""
#: ifttt.php:77
#: ifttt.php:68
msgid "IFTTT Mirror"
msgstr "IFTTT Spiegel"
#: ifttt.php:71
msgid "Generate new key"
msgstr "Generiere neuen Schlüssel"
#: ifttt.php:81
msgid "Save Settings"
msgstr "Speichere Einstellungen"

View File

@ -5,10 +5,12 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['IFTTT Mirror'] = 'IFTTT Spiegel';
$a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Lege ein Konto bei <a href="http://www.ifttt.com"> IFTTT an</a>. Gebe drei Facebook Empfänger ein, die mit <a href="https://ifttt.com/maker">Maker </a> verbunden sind (in der Form "wenn Facebook dann Maker"), mit den folgenden Parametern:';
$a->strings['Body for "new status message"'] = 'Body für "Neue Status Meldung"';
$a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Lege ein Konto bei <a href="http://www.ifttt.com"> IFTTT an</a>. Lege drei Facebook-Recipes an, die mit <a href="https://ifttt.com/maker">Maker </a> verbunden sind (in der Form "wenn Facebook dann Maker"), mit den folgenden Parametern:';
$a->strings['URL'] = 'URL';
$a->strings['Method'] = 'Methode';
$a->strings['Content Type'] = 'Content Typ';
$a->strings['Body for "new status message"'] = 'Body für "Neue Statusmeldung"';
$a->strings['Body for "new photo upload"'] = 'Body für "Neues Foto hochgeladen"';
$a->strings['Body for "new link post"'] = 'Body für "Neue Nachricht"';
$a->strings['IFTTT Mirror'] = 'IFTTT Spiegel';
$a->strings['Generate new key'] = 'Generiere neuen Schlüssel';
$a->strings['Save Settings'] = 'Speichere Einstellungen';

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2017-11-27 10:37+0000\n"
"Last-Translator: Balázs Úr, 2021\n"
"Language-Team: Hungarian (https://www.transifex.com/Friendica/teams/12172/hu/)\n"
@ -21,11 +21,7 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ifttt.php:50 ifttt.php:54
msgid "IFTTT Mirror"
msgstr "IFTTT tükör"
#: ifttt.php:58
#: ifttt.php:52
msgid ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
@ -37,22 +33,34 @@ msgstr ""
"kapcsolva a <a href=\"https://ifttt.com/maker\">Maker</a> szolgáltatással (a"
" „ha Facebook, akkor Maker” űrlapon) a következő paraméterekkel:"
#: ifttt.php:65
#: ifttt.php:53
msgid "URL"
msgstr "URL"
#: ifttt.php:54
msgid "Method"
msgstr "Módszer"
#: ifttt.php:55
msgid "Content Type"
msgstr "Tartalomtípus"
#: ifttt.php:56
msgid "Body for \"new status message\""
msgstr "Az „új állapotüzenet” törzse"
#: ifttt.php:67
#: ifttt.php:57
msgid "Body for \"new photo upload\""
msgstr "Az „új fényképfeltöltés” törzse"
#: ifttt.php:69
#: ifttt.php:58
msgid "Body for \"new link post\""
msgstr "Az „új hivatkozásbeküldés” törzse"
#: ifttt.php:74
#: ifttt.php:68
msgid "IFTTT Mirror"
msgstr "IFTTT tükör"
#: ifttt.php:71
msgid "Generate new key"
msgstr "Új kulcs előállítása"
#: ifttt.php:78
msgid "Save Settings"
msgstr "Beállítások mentése"

View File

@ -5,10 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['IFTTT Mirror'] = 'IFTTT tükör';
$a->strings['Create an account at <a href="http://www.ifttt.com">IFTTT</a>. Create three Facebook recipes that are connected with <a href="https://ifttt.com/maker">Maker</a> (In the form "if Facebook then Maker") with the following parameters:'] = 'Hozzon létre egy fiókot az <a href="http://www.ifttt.com">IFTTT</a> oldalon. Hozzon létre három Facebook receptet, amelyek össze vannak kapcsolva a <a href="https://ifttt.com/maker">Maker</a> szolgáltatással (a „ha Facebook, akkor Maker” űrlapon) a következő paraméterekkel:';
$a->strings['URL'] = 'URL';
$a->strings['Method'] = 'Módszer';
$a->strings['Content Type'] = 'Tartalomtípus';
$a->strings['Body for "new status message"'] = 'Az „új állapotüzenet” törzse';
$a->strings['Body for "new photo upload"'] = 'Az „új fényképfeltöltés” törzse';
$a->strings['Body for "new link post"'] = 'Az „új hivatkozásbeküldés” törzse';
$a->strings['IFTTT Mirror'] = 'IFTTT tükör';
$a->strings['Generate new key'] = 'Új kulcs előállítása';
$a->strings['Save Settings'] = 'Beállítások mentése';

58
ifttt/lang/sv/messages.po Normal file
View File

@ -0,0 +1,58 @@
# ADDON ifttt
# Copyright (C)
# This file is distributed under the same license as the Friendica ifttt addon package.
#
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2017-11-27 10:37+0000\n"
"Language-Team: Swedish (https://www.transifex.com/Friendica/teams/12172/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"
#: ifttt.php:52
msgid ""
"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
"three Facebook recipes that are connected with <a "
"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
"Maker\") with the following parameters:"
msgstr ""
#: ifttt.php:53
msgid "URL"
msgstr ""
#: ifttt.php:54
msgid "Method"
msgstr ""
#: ifttt.php:55
msgid "Content Type"
msgstr ""
#: ifttt.php:56
msgid "Body for \"new status message\""
msgstr ""
#: ifttt.php:57
msgid "Body for \"new photo upload\""
msgstr ""
#: ifttt.php:58
msgid "Body for \"new link post\""
msgstr ""
#: ifttt.php:68
msgid "IFTTT Mirror"
msgstr ""
#: ifttt.php:71
msgid "Generate new key"
msgstr ""

View File

@ -0,0 +1,7 @@
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}

View File

@ -12,9 +12,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-29 05:28+0000\n"
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-12-22 16:19+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -22,30 +22,26 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ijpost.php:39
#: ijpost.php:42
msgid "Post to Insanejournal"
msgstr "Auf InsaneJournal posten."
#: ijpost.php:71 ijpost.php:75
msgid "InsaneJournal Export"
msgstr "InsaneJournal Export"
#: ijpost.php:79
#: ijpost.php:61
msgid "Enable InsaneJournal Post Addon"
msgstr "InsaneJournal-Addon aktivieren"
#: ijpost.php:84
#: ijpost.php:62
msgid "InsaneJournal username"
msgstr "InsaneJournal-Benutzername"
#: ijpost.php:89
#: ijpost.php:63
msgid "InsaneJournal password"
msgstr "InsaneJournal-Passwort"
#: ijpost.php:94
#: ijpost.php:64
msgid "Post to InsaneJournal by default"
msgstr "Standardmäßig auf InsaneJournal posten."
#: ijpost.php:99
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: ijpost.php:69
msgid "InsaneJournal Export"
msgstr "InsaneJournal Export"

View File

@ -6,9 +6,8 @@ function string_plural_select_de($n){
return intval($n != 1);
}}
$a->strings['Post to Insanejournal'] = 'Auf InsaneJournal posten.';
$a->strings['InsaneJournal Export'] = 'InsaneJournal Export';
$a->strings['Enable InsaneJournal Post Addon'] = 'InsaneJournal-Addon aktivieren';
$a->strings['InsaneJournal username'] = 'InsaneJournal-Benutzername';
$a->strings['InsaneJournal password'] = 'InsaneJournal-Passwort';
$a->strings['Post to InsaneJournal by default'] = 'Standardmäßig auf InsaneJournal posten.';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['InsaneJournal Export'] = 'InsaneJournal Export';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-12 23:48+0000\n"
"POT-Creation-Date: 2021-11-21 19:17-0500\n"
"PO-Revision-Date: 2021-12-23 17:22+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,30 +19,26 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: ijpost.php:39
#: ijpost.php:42
msgid "Post to Insanejournal"
msgstr "Beküldés az InsaneJournalra"
#: ijpost.php:71 ijpost.php:75
msgid "InsaneJournal Export"
msgstr "InsaneJournal exportálás"
#: ijpost.php:79
#: ijpost.php:61
msgid "Enable InsaneJournal Post Addon"
msgstr "Az InsaneJournal beküldési bővítmény engedélyezése"
#: ijpost.php:84
#: ijpost.php:62
msgid "InsaneJournal username"
msgstr "InsaneJournal felhasználónév"
#: ijpost.php:89
#: ijpost.php:63
msgid "InsaneJournal password"
msgstr "InsaneJournal jelszó"
#: ijpost.php:94
#: ijpost.php:64
msgid "Post to InsaneJournal by default"
msgstr "Beküldés az InsaneJournalra alapértelmezetten"
#: ijpost.php:99
msgid "Save Settings"
msgstr "Beállítások mentése"
#: ijpost.php:69
msgid "InsaneJournal Export"
msgstr "InsaneJournal exportálás"

View File

@ -6,9 +6,8 @@ function string_plural_select_hu($n){
return intval($n != 1);
}}
$a->strings['Post to Insanejournal'] = 'Beküldés az InsaneJournalra';
$a->strings['InsaneJournal Export'] = 'InsaneJournal exportálás';
$a->strings['Enable InsaneJournal Post Addon'] = 'Az InsaneJournal beküldési bővítmény engedélyezése';
$a->strings['InsaneJournal username'] = 'InsaneJournal felhasználónév';
$a->strings['InsaneJournal password'] = 'InsaneJournal jelszó';
$a->strings['Post to InsaneJournal by default'] = 'Beküldés az InsaneJournalra alapértelmezetten';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['InsaneJournal Export'] = 'InsaneJournal exportálás';

View File

@ -0,0 +1,44 @@
# ADDON ijpost
# Copyright (C)
# This file is distributed under the same license as the Friendica ijpost addon package.
#
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
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 00:35+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: ijpost.php:42
msgid "Post to Insanejournal"
msgstr ""
#: ijpost.php:61
msgid "Enable InsaneJournal Post Addon"
msgstr ""
#: ijpost.php:62
msgid "InsaneJournal username"
msgstr "Användarnamn för InsaneJournal"
#: ijpost.php:63
msgid "InsaneJournal password"
msgstr "Lösenord för InsaneJournal"
#: ijpost.php:64
msgid "Post to InsaneJournal by default"
msgstr ""
#: ijpost.php:69
msgid "InsaneJournal Export"
msgstr ""

View File

@ -1,3 +1,9 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['InsaneJournal username'] = 'Användarnamn för InsaneJournal';
$a->strings['InsaneJournal password'] = 'Lösenord för InsaneJournal';

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-13 00:00+0000\n"
"PO-Revision-Date: 2021-12-23 17:22+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"

View File

@ -0,0 +1,86 @@
# ADDON impressum
# Copyright (C)
# This file is distributed under the same license as the Friendica impressum addon package.
#
#
# Translators:
# Hypolite Petovan <hypolite@mrpetovan.com>, 2019
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2022-01-16 00:37+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: impressum.php:53
msgid "Impressum"
msgstr "Intryck"
#: impressum.php:66 impressum.php:68 impressum.php:99
msgid "Site Owner"
msgstr "Sidans ägare"
#: impressum.php:66 impressum.php:103
msgid "Email Address"
msgstr "E-postadress"
#: impressum.php:71 impressum.php:101
msgid "Postal Address"
msgstr "Postadress"
#: impressum.php:77
msgid ""
"The impressum addon needs to be configured!<br />Please add at least the "
"<tt>owner</tt> variable to your config file. For other variables please "
"refer to the README file of the addon."
msgstr ""
#: impressum.php:98
msgid "Save Settings"
msgstr ""
#: impressum.php:99
msgid "The page operators name."
msgstr ""
#: impressum.php:100
msgid "Site Owners Profile"
msgstr ""
#: impressum.php:100
msgid "Profile address of the operator."
msgstr ""
#: impressum.php:101
msgid "How to contact the operator via snail mail. You can use BBCode here."
msgstr "Hur man kontaktar operatören via snigelpost. Du kan använda BB-kod här."
#: impressum.php:102
msgid "Notes"
msgstr "Anteckningar"
#: impressum.php:102
msgid ""
"Additional notes that are displayed beneath the contact information. You can"
" use BBCode here."
msgstr ""
#: impressum.php:103
msgid "How to contact the operator via email. (will be displayed obfuscated)"
msgstr ""
#: impressum.php:104
msgid "Footer note"
msgstr "Fotnotering"
#: impressum.php:104
msgid "Text for the footer. You can use BBCode here."
msgstr ""

View File

@ -1,4 +1,14 @@
<?php
$a->strings["Settings updated."] = "Inst&auml;llningarna har uppdaterats.";
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Impressum'] = 'Intryck';
$a->strings['Site Owner'] = 'Sidans ägare';
$a->strings['Email Address'] = 'E-postadress';
$a->strings['Postal Address'] = 'Postadress';
$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Hur man kontaktar operatören via snigelpost. Du kan använda BB-kod här.';
$a->strings['Notes'] = 'Anteckningar';
$a->strings['Footer note'] = 'Fotnotering';

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-13 10:46+0000\n"
"PO-Revision-Date: 2021-12-23 17:22+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"

View File

@ -0,0 +1,23 @@
# ADDON infiniteimprobabilitydrive
# Copyright (C)
# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
#
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2014-06-23 08:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swedish (http://www.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"
#: infiniteimprobabilitydrive.php:18
msgid "Infinite Improbability Drive"
msgstr ""

View File

@ -1,2 +1,7 @@
<?php
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}

View File

@ -4,65 +4,62 @@
#
#
# Translators:
# Abrax <webmaster@a-zwenkau.de>, 2014-2015
# bavatar <tobias.diekershoff@gmx.net>, 2014-2015
# Andreas H., 2014-2015
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2014-2015
# Ulf Rompe <transifex.com@rompe.org>, 2019
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-08 13:17+0200\n"
"PO-Revision-Date: 2015-07-19 10:11+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/p/friendica/language/de/)\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-02-01 18:19+0000\n"
"Last-Translator: Transifex Bot <>\n"
"Language-Team: German (http://www.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"
#: irc.php:37
msgid "IRC Settings"
msgstr "IRC Einstellungen"
#: irc.php:38
#: irc.php:32
msgid ""
"Here you can change the system wide settings for the channels to "
"automatically join and access via the side bar. Note the changes you do "
"here, only effect the channel selection if you are logged in."
msgstr "Hier könne die systemweiten Einstellungen für beliebte Kanäle und solche die automatisch betreten werden sollen festgelegt werden. Achtung: Die Einstellungen die her getroffen werden können von eingeloggten Nutzern für sich überschrieben werden."
msgstr "Hier können die systemweiten Einstellungen für beliebte Kanäle und solche, die automatisch betreten werden sollen, festgelegt werden. Achtung: Die Einstellungen, die hier getroffen werden, können von eingeloggten Nutzern für sich überschrieben werden."
#: irc.php:39 irc.php:136
msgid "Save Settings"
msgstr "Einstellungen speichern"
#: irc.php:40 irc.php:137
#: irc.php:33 irc.php:133
msgid "Channel(s) to auto connect (comma separated)"
msgstr "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)"
msgstr "Kanäle, die automatisch betreten werden (mit Komma getrennt)"
#: irc.php:40 irc.php:137
#: irc.php:33 irc.php:133
msgid ""
"List of channels that shall automatically connected to when the app is "
"launched."
msgstr "Liste von Chaträumen die automatisch betreten werden sollen wenn die App gestartet wurde."
msgstr "Liste von Chaträumen, die automatisch betreten werden sollen, wenn die App gestartet wird."
#: irc.php:41 irc.php:138
#: irc.php:34 irc.php:134
msgid "Popular Channels (comma separated)"
msgstr "Beliebte Kanäle (mit Komma getrennt)"
#: irc.php:41 irc.php:138
#: irc.php:34 irc.php:134
msgid ""
"List of popular channels, will be displayed at the side and hotlinked for "
"easy joining."
msgstr "Liste populärer Chaträume die vverlinkt am Seitenrand aufgelistet werden zum schnelleren betreten."
msgstr "Liste populärer Chaträume, die zum schnellen Betreten am Seitenrand aufgelistet und verlinkt werden."
#: irc.php:57 irc.php:128
msgid "IRC settings saved."
msgstr "IRC Einstellungen gespeichert."
#: irc.php:39
msgid "IRC Settings"
msgstr "IRC-Einstellungen"
#: irc.php:62
#: irc.php:60
msgid "IRC Chatroom"
msgstr "IRC Chatraum"
msgstr "IRC-Chatraum"
#: irc.php:90
#: irc.php:88
msgid "Popular Channels"
msgstr "Beliebte Räume"
#: irc.php:132
msgid "Save Settings"
msgstr "Einstellungen speichern"

View File

@ -5,13 +5,12 @@ function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['IRC Settings'] = 'IRC Einstellungen';
$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Hier könne die systemweiten Einstellungen für beliebte Kanäle und solche die automatisch betreten werden sollen festgelegt werden. Achtung: Die Einstellungen die her getroffen werden können von eingeloggten Nutzern für sich überschrieben werden.';
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Channel(s) to auto connect (comma separated)'] = 'mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)';
$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Liste von Chaträumen die automatisch betreten werden sollen wenn die App gestartet wurde.';
$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Hier können die systemweiten Einstellungen für beliebte Kanäle und solche, die automatisch betreten werden sollen, festgelegt werden. Achtung: Die Einstellungen, die hier getroffen werden, können von eingeloggten Nutzern für sich überschrieben werden.';
$a->strings['Channel(s) to auto connect (comma separated)'] = 'Kanäle, die automatisch betreten werden (mit Komma getrennt)';
$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Liste von Chaträumen, die automatisch betreten werden sollen, wenn die App gestartet wird.';
$a->strings['Popular Channels (comma separated)'] = 'Beliebte Kanäle (mit Komma getrennt)';
$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Liste populärer Chaträume die vverlinkt am Seitenrand aufgelistet werden zum schnelleren betreten.';
$a->strings['IRC settings saved.'] = 'IRC Einstellungen gespeichert.';
$a->strings['IRC Chatroom'] = 'IRC Chatraum';
$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Liste populärer Chaträume, die zum schnellen Betreten am Seitenrand aufgelistet und verlinkt werden.';
$a->strings['IRC Settings'] = 'IRC-Einstellungen';
$a->strings['IRC Chatroom'] = 'IRC-Chatraum';
$a->strings['Popular Channels'] = 'Beliebte Räume';
$a->strings['Save Settings'] = 'Einstellungen speichern';

View File

@ -9,8 +9,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-02-01 18:15+0100\n"
"PO-Revision-Date: 2021-03-13 20:42+0000\n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2021-12-23 17:23+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"
@ -19,45 +19,45 @@ msgstr ""
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: irc.php:34
msgid "IRC Settings"
msgstr "IRC beállítások"
#: irc.php:35
#: irc.php:32
msgid ""
"Here you can change the system wide settings for the channels to "
"automatically join and access via the side bar. Note the changes you do "
"here, only effect the channel selection if you are logged in."
msgstr "Itt változtathatja meg a csatornák rendszerszintű beállításait, hogy automatikusan csatlakozzon és hozzáférjen az oldalsávon keresztül. Ne feledje, hogy az itt elvégzett változtatások csak akkor vannak hatással a csatornakiválasztásra, ha be van jelentkezve."
#: irc.php:36 irc.php:134
msgid "Save Settings"
msgstr "Beállítások mentése"
#: irc.php:37 irc.php:135
#: irc.php:33 irc.php:133
msgid "Channel(s) to auto connect (comma separated)"
msgstr "Csatornák az automatikus kapcsolódáshoz (vesszővel elválasztva)"
#: irc.php:37 irc.php:135
#: irc.php:33 irc.php:133
msgid ""
"List of channels that shall automatically connected to when the app is "
"launched."
msgstr "Csatornák listája, amelyekhez automatikusan lehet kapcsolódni, ha az alkalmazást elindították."
#: irc.php:38 irc.php:136
#: irc.php:34 irc.php:134
msgid "Popular Channels (comma separated)"
msgstr "Népszerű csatornák (vesszővel elválasztva)"
#: irc.php:38 irc.php:136
#: irc.php:34 irc.php:134
msgid ""
"List of popular channels, will be displayed at the side and hotlinked for "
"easy joining."
msgstr "Népszerű csatornák listája, amelyek oldalt lesznek megjelenítve, és gyors hivatkozás lesz rájuk az egyszerű csatlakozáshoz."
#: irc.php:62
#: irc.php:39
msgid "IRC Settings"
msgstr "IRC beállítások"
#: irc.php:60
msgid "IRC Chatroom"
msgstr "IRC csevegőszoba"
#: irc.php:90
#: irc.php:88
msgid "Popular Channels"
msgstr "Népszerű csatornák"
#: irc.php:132
msgid "Save Settings"
msgstr "Beállítások mentése"

View File

@ -5,12 +5,12 @@ function string_plural_select_hu($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['IRC Settings'] = 'IRC beállítások';
$a->strings['Here you can change the system wide settings for the channels to automatically join and access via the side bar. Note the changes you do here, only effect the channel selection if you are logged in.'] = 'Itt változtathatja meg a csatornák rendszerszintű beállításait, hogy automatikusan csatlakozzon és hozzáférjen az oldalsávon keresztül. Ne feledje, hogy az itt elvégzett változtatások csak akkor vannak hatással a csatornakiválasztásra, ha be van jelentkezve.';
$a->strings['Save Settings'] = 'Beállítások mentése';
$a->strings['Channel(s) to auto connect (comma separated)'] = 'Csatornák az automatikus kapcsolódáshoz (vesszővel elválasztva)';
$a->strings['List of channels that shall automatically connected to when the app is launched.'] = 'Csatornák listája, amelyekhez automatikusan lehet kapcsolódni, ha az alkalmazást elindították.';
$a->strings['Popular Channels (comma separated)'] = 'Népszerű csatornák (vesszővel elválasztva)';
$a->strings['List of popular channels, will be displayed at the side and hotlinked for easy joining.'] = 'Népszerű csatornák listája, amelyek oldalt lesznek megjelenítve, és gyors hivatkozás lesz rájuk az egyszerű csatlakozáshoz.';
$a->strings['IRC Settings'] = 'IRC beállítások';
$a->strings['IRC Chatroom'] = 'IRC csevegőszoba';
$a->strings['Popular Channels'] = 'Népszerű csatornák';
$a->strings['Save Settings'] = 'Beállítások mentése';

63
irc/lang/sv/messages.po Normal file
View File

@ -0,0 +1,63 @@
# ADDON irc
# Copyright (C)
# This file is distributed under the same license as the Friendica irc addon package.
#
#
# Translators:
# Kristoffer Grundström <lovaren@gmail.com>, 2022
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-11-21 19:14-0500\n"
"PO-Revision-Date: 2022-01-16 01:02+0000\n"
"Last-Translator: Kristoffer Grundström <lovaren@gmail.com>\n"
"Language-Team: Swedish (http://www.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"
#: irc.php:32
msgid ""
"Here you can change the system wide settings for the channels to "
"automatically join and access via the side bar. Note the changes you do "
"here, only effect the channel selection if you are logged in."
msgstr ""
#: irc.php:33 irc.php:133
msgid "Channel(s) to auto connect (comma separated)"
msgstr "Kanal(er) att ansluta till automatiskt (separerade med komma)"
#: irc.php:33 irc.php:133
msgid ""
"List of channels that shall automatically connected to when the app is "
"launched."
msgstr ""
#: irc.php:34 irc.php:134
msgid "Popular Channels (comma separated)"
msgstr "Populära kanaler (separerade med komma)"
#: irc.php:34 irc.php:134
msgid ""
"List of popular channels, will be displayed at the side and hotlinked for "
"easy joining."
msgstr ""
#: irc.php:39
msgid "IRC Settings"
msgstr "IRC-inställningar"
#: irc.php:60
msgid "IRC Chatroom"
msgstr "Chatt-rum för IRC"
#: irc.php:88
msgid "Popular Channels"
msgstr "Populära kanaler"
#: irc.php:132
msgid "Save Settings"
msgstr "Spara inställningar"

View File

@ -1,3 +1,13 @@
<?php
$a->strings["Submit"] = "Spara";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Channel(s) to auto connect (comma separated)'] = 'Kanal(er) att ansluta till automatiskt (separerade med komma)';
$a->strings['Popular Channels (comma separated)'] = 'Populära kanaler (separerade med komma)';
$a->strings['IRC Settings'] = 'IRC-inställningar';
$a->strings['IRC Chatroom'] = 'Chatt-rum för IRC';
$a->strings['Popular Channels'] = 'Populära kanaler';
$a->strings['Save Settings'] = 'Spara inställningar';

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-03-23 23:53-0400\n"
"PO-Revision-Date: 2021-06-10 22:16+0000\n"
"PO-Revision-Date: 2021-12-23 17:23+0000\n"
"Last-Translator: Balázs Úr\n"
"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n"
"MIME-Version: 1.0\n"

Some files were not shown because too many files have changed in this diff Show More