From 0b0d555c691877bb56de3817d18c43a2f3720f40 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 17 Dec 2022 09:04:29 +0100 Subject: [PATCH 1/5] FR translation of various addons updated --- buglink/lang/fr/messages.po | 24 +++++++ ifttt/lang/fr/messages.po | 9 +-- ifttt/lang/fr/strings.php | 3 + .../lang/fr/messages.po | 24 +++++++ js_upload/lang/fr/messages.po | 5 +- js_upload/lang/fr/strings.php | 1 + ljpost/lang/fr/messages.po | 45 ++++++++++++ mathjax/lang/fr/messages.po | 32 +++++++++ newmemberwidget/lang/fr/messages.po | 5 +- newmemberwidget/lang/fr/strings.php | 1 + nsfw/lang/fr/messages.po | 58 +++++++++++++++ nsfw/lang/fr/strings.php | 3 +- piwik/lang/fr/messages.po | 7 +- piwik/lang/fr/strings.php | 2 + planets/lang/fr/messages.po | 28 ++++++++ public_server/lang/fr/messages.po | 50 +++++++++++++ qcomment/lang/fr/messages.po | 47 ++++++++++++ randplace/lang/fr/messages.po | 28 ++++++++ rendertime/lang/fr/messages.po | 15 ++-- rendertime/lang/fr/strings.php | 6 ++ showmore/lang/fr/messages.po | 38 ++++++++++ showmore/lang/fr/strings.php | 1 + startpage/lang/fr/messages.po | 5 +- startpage/lang/fr/strings.php | 1 + statusnet/lang/fr/messages.po | 12 ++-- statusnet/lang/fr/strings.php | 5 ++ superblock/lang/fr/messages.po | 5 +- superblock/lang/fr/strings.php | 1 + testdrive/lang/fr/messages.po | 43 +++++++++++ testdrive/lang/fr/strings.php | 5 ++ twitter/lang/fr/messages.po | 67 ++++++++++------- twitter/lang/fr/strings.php | 3 + webrtc/lang/fr/messages.po | 9 +-- webrtc/lang/fr/strings.php | 3 + wppost/lang/fr/messages.po | 72 +++++++++++++++++++ wppost/lang/fr/strings.php | 3 + 36 files changed, 607 insertions(+), 59 deletions(-) create mode 100644 buglink/lang/fr/messages.po create mode 100644 infiniteimprobabilitydrive/lang/fr/messages.po create mode 100644 ljpost/lang/fr/messages.po create mode 100644 mathjax/lang/fr/messages.po create mode 100644 nsfw/lang/fr/messages.po create mode 100644 planets/lang/fr/messages.po create mode 100644 public_server/lang/fr/messages.po create mode 100644 qcomment/lang/fr/messages.po create mode 100644 randplace/lang/fr/messages.po create mode 100644 showmore/lang/fr/messages.po create mode 100644 testdrive/lang/fr/messages.po create mode 100644 wppost/lang/fr/messages.po diff --git a/buglink/lang/fr/messages.po b/buglink/lang/fr/messages.po new file mode 100644 index 00000000..d055fe05 --- /dev/null +++ b/buglink/lang/fr/messages.po @@ -0,0 +1,24 @@ +# ADDON buglink +# Copyright (C) +# This file is distributed under the same license as the Friendica buglink addon package. +# +# +# Translators: +# StefOfficiel , 2015 +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-22 11:27+0000\n" +"Last-Translator: StefOfficiel , 2015\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: buglink.php:20 +msgid "Report Bug" +msgstr "Signaler un Bug" diff --git a/ifttt/lang/fr/messages.po b/ifttt/lang/fr/messages.po index f2902f75..0e24fdc6 100644 --- a/ifttt/lang/fr/messages.po +++ b/ifttt/lang/fr/messages.po @@ -6,6 +6,7 @@ # Translators: # bob lebonche , 2021 # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # #, fuzzy msgid "" @@ -14,7 +15,7 @@ msgstr "" "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" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (https://www.transifex.com/Friendica/teams/12172/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -48,15 +49,15 @@ msgstr "Type de contenu" #: ifttt.php:56 msgid "Body for \"new status message\"" -msgstr "" +msgstr "Corps du \"nouveau message de statut\"" #: ifttt.php:57 msgid "Body for \"new photo upload\"" -msgstr "" +msgstr "Corps du \"nouveau téléversement de photo\"" #: ifttt.php:58 msgid "Body for \"new link post\"" -msgstr "" +msgstr "Corps du \"nouveau lien de publication\"" #: ifttt.php:68 msgid "IFTTT Mirror" diff --git a/ifttt/lang/fr/strings.php b/ifttt/lang/fr/strings.php index 4083ca25..d8a192f6 100644 --- a/ifttt/lang/fr/strings.php +++ b/ifttt/lang/fr/strings.php @@ -9,5 +9,8 @@ $a->strings['Create an account at IFTTT. Crea $a->strings['URL'] = 'URL'; $a->strings['Method'] = 'Méthode'; $a->strings['Content Type'] = 'Type de contenu'; +$a->strings['Body for "new status message"'] = 'Corps du "nouveau message de statut"'; +$a->strings['Body for "new photo upload"'] = 'Corps du "nouveau téléversement de photo"'; +$a->strings['Body for "new link post"'] = 'Corps du "nouveau lien de publication"'; $a->strings['IFTTT Mirror'] = 'Mirroir IFTTT'; $a->strings['Generate new key'] = 'Générer une nouvelle clé'; diff --git a/infiniteimprobabilitydrive/lang/fr/messages.po b/infiniteimprobabilitydrive/lang/fr/messages.po new file mode 100644 index 00000000..998a7a85 --- /dev/null +++ b/infiniteimprobabilitydrive/lang/fr/messages.po @@ -0,0 +1,24 @@ +# ADDON infiniteimprobabilitydrive +# Copyright (C) +# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package. +# +# +# Translators: +# Hypolite Petovan , 2016 +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: Hypolite Petovan , 2016\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: infiniteimprobabilitydrive.php:18 +msgid "Infinite Improbability Drive" +msgstr "Générateur d'improbabilté infinie" diff --git a/js_upload/lang/fr/messages.po b/js_upload/lang/fr/messages.po index 7e7ebc23..ec197b3f 100644 --- a/js_upload/lang/fr/messages.po +++ b/js_upload/lang/fr/messages.po @@ -7,6 +7,7 @@ # bob lebonche , 2021 # ButterflyOfFire, 2020 # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # StefOfficiel , 2015 msgid "" msgstr "" @@ -14,7 +15,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-03-23 23:53-0400\n" "PO-Revision-Date: 2014-06-23 08:46+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -54,7 +55,7 @@ msgstr "L'image dépasse la taille limite de %s" #: js_upload.php:245 #, php-format msgid "File has an invalid extension, it should be one of %s." -msgstr "" +msgstr "Le fichier a une extension invalide, elle devrait être parmi celles-ci : %s." #: js_upload.php:256 msgid "Upload was cancelled, or server error encountered" diff --git a/js_upload/lang/fr/strings.php b/js_upload/lang/fr/strings.php index 2c43dc19..57b74bb7 100644 --- a/js_upload/lang/fr/strings.php +++ b/js_upload/lang/fr/strings.php @@ -12,4 +12,5 @@ $a->strings['Failed'] = 'Echec'; $a->strings['No files were uploaded.'] = 'Aucun fichier téléchargé'; $a->strings['Uploaded file is empty'] = 'Le fichier téléchargé est vide'; $a->strings['Image exceeds size limit of %s'] = 'L\'image dépasse la taille limite de %s'; +$a->strings['File has an invalid extension, it should be one of %s.'] = 'Le fichier a une extension invalide, elle devrait être parmi celles-ci : %s.'; $a->strings['Upload was cancelled, or server error encountered'] = 'Le téléchargement a été annulé ou le server a rencontré une erreur'; diff --git a/ljpost/lang/fr/messages.po b/ljpost/lang/fr/messages.po new file mode 100644 index 00000000..21208bc4 --- /dev/null +++ b/ljpost/lang/fr/messages.po @@ -0,0 +1,45 @@ +# ADDON ljpost +# Copyright (C) +# This file is distributed under the same license as the Friendica ljpost addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +# Hypolite Petovan , 2016 +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: 2014-06-23 09:51+0000\n" +"Last-Translator: Hypolite Petovan , 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: ljpost.php:43 +msgid "Post to LiveJournal" +msgstr "Publier sur LiveJournal" + +#: ljpost.php:63 +msgid "Enable LiveJournal Post Addon" +msgstr "Activer l'extension LiveJournal" + +#: ljpost.php:64 +msgid "LiveJournal username" +msgstr "Nom d'utilisateur LiveJournal" + +#: ljpost.php:65 +msgid "LiveJournal password" +msgstr "Mot de passe LiveJournal" + +#: ljpost.php:66 +msgid "Post to LiveJournal by default" +msgstr "Publier sur LiveJournal par défaut" + +#: ljpost.php:71 +msgid "LiveJournal Export" +msgstr "Export LiveJournal" diff --git a/mathjax/lang/fr/messages.po b/mathjax/lang/fr/messages.po new file mode 100644 index 00000000..22ec45ee --- /dev/null +++ b/mathjax/lang/fr/messages.po @@ -0,0 +1,32 @@ +# ADDON mathjax +# Copyright (C) +# This file is distributed under the same license as the Friendica mathjax addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-11-21 19:15-0500\n" +"PO-Revision-Date: 2014-06-23 09:55+0000\n" +"Last-Translator: Hypolite Petovan , 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: mathjax.php:42 +msgid "" +"The MathJax addon renders mathematical formulae written using the LaTeX " +"syntax surrounded by the usual $$ or an eqnarray block in the postings of " +"your wall,network tab and private mail." +msgstr "L'extension MathJax formate des formules mathématiques en LaTeX entourées des classiques $$ ou un bloc eqnarray dans les publications de votre mur, votre timeline et vos messages privés." + +#: mathjax.php:43 +msgid "Use the MathJax renderer" +msgstr "Utiliser le rendu MathJax" diff --git a/newmemberwidget/lang/fr/messages.po b/newmemberwidget/lang/fr/messages.po index 4949e8e1..296c2755 100644 --- a/newmemberwidget/lang/fr/messages.po +++ b/newmemberwidget/lang/fr/messages.po @@ -5,6 +5,7 @@ # # Translators: # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # StefOfficiel , 2015 msgid "" msgstr "" @@ -12,7 +13,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-01 18:15+0100\n" "PO-Revision-Date: 2014-06-23 10:26+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -64,7 +65,7 @@ msgstr "Ajouter un lien vers le forum de support local" msgid "" "If you have a local support forum and want to have a link displayed in the " "widget, check this box." -msgstr "" +msgstr "Si vous avez un forum d'assistance local et désirez avoir un lien affiché dans l'appliquette/widget, cochez cette case." #: newmemberwidget.php:69 msgid "Name of the local support group" diff --git a/newmemberwidget/lang/fr/strings.php b/newmemberwidget/lang/fr/strings.php index 89565575..8de178f2 100644 --- a/newmemberwidget/lang/fr/strings.php +++ b/newmemberwidget/lang/fr/strings.php @@ -15,5 +15,6 @@ $a->strings['Your message for new members. You can use bbcode here.'] = 'Votre m $a->strings['Add a link to global support forum'] = 'Ajouter un lien vers le forum de support global'; $a->strings['Should a link to the global support forum be displayed?'] = 'Montrer un lien vers le forum de support global?'; $a->strings['Add a link to the local support forum'] = 'Ajouter un lien vers le forum de support local'; +$a->strings['If you have a local support forum and want to have a link displayed in the widget, check this box.'] = 'Si vous avez un forum d\'assistance local et désirez avoir un lien affiché dans l\'appliquette/widget, cochez cette case.'; $a->strings['Name of the local support group'] = 'Nom du groupe de support local'; $a->strings['If you checked the above, specify the nickname of the local support group here (i.e. helpers)'] = 'Si vous avez coché la case ci-dessus, spécifiez le nom d\'utilisateur du groupe de support local (par ex. "helpers")'; diff --git a/nsfw/lang/fr/messages.po b/nsfw/lang/fr/messages.po new file mode 100644 index 00000000..58066902 --- /dev/null +++ b/nsfw/lang/fr/messages.po @@ -0,0 +1,58 @@ +# ADDON nsfw +# Copyright (C) +# This file is distributed under the same license as the Friendica nsfw addon package. +# +# +# Translators: +# Nicolas Derive, 2022 +# StefOfficiel , 2015 +# Vincent Vindarel , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2022-11-18 11:57-0500\n" +"PO-Revision-Date: 2014-06-23 10:34+0000\n" +"Last-Translator: Nicolas Derive, 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: nsfw.php:65 +msgid "" +"This addon searches for specified words/text in posts and collapses them. It" +" can be used to filter content tagged with for instance #NSFW that may be " +"deemed inappropriate at certain times or places, such as being at work. It " +"is also useful for hiding irrelevant or annoying content from direct view." +msgstr "Cette extension recherche des mots/textes spécifiés dans les publications et les masque. Elle peut être utilisée pour filtrer le contenu étiqueté par exemple avec #NSFW qui peut être considéré comme inapproprié à certains moments ou endroits, comme par exemple au travail. Elle est aussi utile pour cacher du contenu non pertinent ou ennuyeux d'une vue directe." + +#: nsfw.php:66 +msgid "Enable Content filter" +msgstr "Activer le filtrage de contenu" + +#: nsfw.php:67 +msgid "Comma separated list of keywords to hide" +msgstr "Liste de mots-clés - séparés par des virgules - à cacher" + +#: nsfw.php:67 +msgid "" +"Use /expression/ to provide regular expressions, #tag to specfically match " +"hashtags (case-insensitive), or regular words (case-sensitive)" +msgstr "Utiliser /expression/ pour fournir des expressions régulières, #tag pour correspondre à un mot-dièse (hashtag, insensible à la casse), ou des mots classiques (sensible à la casse)" + +#: nsfw.php:72 +msgid "Content Filter (NSFW and more)" +msgstr "Filtre de contenu (NSFW et autres)" + +#: nsfw.php:140 +#, php-format +msgid "Filtered tag: %s" +msgstr "Tag filtré: %s" + +#: nsfw.php:142 +#, php-format +msgid "Filtered word: %s" +msgstr "Mot filtré: %s" diff --git a/nsfw/lang/fr/strings.php b/nsfw/lang/fr/strings.php index 6eca42be..7b334956 100644 --- a/nsfw/lang/fr/strings.php +++ b/nsfw/lang/fr/strings.php @@ -5,9 +5,10 @@ function string_plural_select_fr($n){ $n = intval($n); if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} +$a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Cette extension recherche des mots/textes spécifiés dans les publications et les masque. Elle peut être utilisée pour filtrer le contenu étiqueté par exemple avec #NSFW qui peut être considéré comme inapproprié à certains moments ou endroits, comme par exemple au travail. Elle est aussi utile pour cacher du contenu non pertinent ou ennuyeux d\'une vue directe.'; $a->strings['Enable Content filter'] = 'Activer le filtrage de contenu'; $a->strings['Comma separated list of keywords to hide'] = 'Liste de mots-clés - séparés par des virgules - à cacher'; -$a->strings['Use /expression/ to provide regular expressions'] = 'Utilisez /expression/ pour les expressions rationnelles'; +$a->strings['Use /expression/ to provide regular expressions, #tag to specfically match hashtags (case-insensitive), or regular words (case-sensitive)'] = 'Utiliser /expression/ pour fournir des expressions régulières, #tag pour correspondre à un mot-dièse (hashtag, insensible à la casse), ou des mots classiques (sensible à la casse)'; $a->strings['Content Filter (NSFW and more)'] = 'Filtre de contenu (NSFW et autres)'; $a->strings['Filtered tag: %s'] = 'Tag filtré: %s'; $a->strings['Filtered word: %s'] = 'Mot filtré: %s'; diff --git a/piwik/lang/fr/messages.po b/piwik/lang/fr/messages.po index 48520fed..8e832d79 100644 --- a/piwik/lang/fr/messages.po +++ b/piwik/lang/fr/messages.po @@ -5,6 +5,7 @@ # # Translators: # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015 # StefOfficiel , 2015 msgid "" @@ -13,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-01 18:15+0100\n" "PO-Revision-Date: 2014-06-23 11:18+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -33,7 +34,7 @@ msgid "" "If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further " "visits of the site (opt-out)." -msgstr "" +msgstr "Si vous ne désirez pas que vos visites soient journalisées de cette manière, vous pouvez définir un cookie pour empêcher Matomo/Piwik de surveiller de prochaines visites sur le site (opt-out)" #: piwik.php:97 msgid "Save Settings" @@ -47,7 +48,7 @@ msgstr "URL de base de Matomo (Piwik)" msgid "" "Absolute path to your Matomo (Piwik) installation. (without protocol " "(http/s), with trailing slash)" -msgstr "" +msgstr "Chemin absolu vers votre installation Matomo (Piwik) (sans protocole (http/s), avec un slash à la fin)." #: piwik.php:99 msgid "Site ID" diff --git a/piwik/lang/fr/strings.php b/piwik/lang/fr/strings.php index 38187346..23899d0f 100644 --- a/piwik/lang/fr/strings.php +++ b/piwik/lang/fr/strings.php @@ -6,8 +6,10 @@ function string_plural_select_fr($n){ if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} $a->strings['This website is tracked using the Matomo analytics tool.'] = 'Ce site Internet utilise Matomo pour mesurer son audience.'; +$a->strings['If you do not want that your visits are logged in this way you can set a cookie to prevent Matomo / Piwik from tracking further visits of the site (opt-out).'] = 'Si vous ne désirez pas que vos visites soient journalisées de cette manière, vous pouvez définir un cookie pour empêcher Matomo/Piwik de surveiller de prochaines visites sur le site (opt-out)'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Matomo (Piwik) Base URL'] = 'URL de base de Matomo (Piwik)'; +$a->strings['Absolute path to your Matomo (Piwik) installation. (without protocol (http/s), with trailing slash)'] = 'Chemin absolu vers votre installation Matomo (Piwik) (sans protocole (http/s), avec un slash à la fin).'; $a->strings['Site ID'] = 'ID du site'; $a->strings['Show opt-out cookie link?'] = 'Montrer le lien d\'opt-out pour les cookies ?'; $a->strings['Asynchronous tracking'] = 'Suivi asynchrone'; diff --git a/planets/lang/fr/messages.po b/planets/lang/fr/messages.po new file mode 100644 index 00000000..07560dd5 --- /dev/null +++ b/planets/lang/fr/messages.po @@ -0,0 +1,28 @@ +# ADDON planets +# Copyright (C) +# This file is distributed under the same license as the Friendica planets addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-11-21 19:15-0500\n" +"PO-Revision-Date: 2014-06-23 11:19+0000\n" +"Last-Translator: Hypolite Petovan , 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: planets.php:126 +msgid "Enable Planets Addon" +msgstr "Activer l'extension Planètes" + +#: planets.php:131 +msgid "Planets Settings" +msgstr "Paramètres des planètes" diff --git a/public_server/lang/fr/messages.po b/public_server/lang/fr/messages.po new file mode 100644 index 00000000..edc6bdc3 --- /dev/null +++ b/public_server/lang/fr/messages.po @@ -0,0 +1,50 @@ +# ADDON public_server +# Copyright (C) +# This file is distributed under the same license as the Friendica public_server addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +# StefOfficiel , 2015 +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 11:24+0000\n" +"Last-Translator: Hypolite Petovan , 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: public_server.php:64 +msgid "Administrator" +msgstr "Administrateur" + +#: public_server.php:118 +#, php-format +msgid "Your account on %s will expire in a few days." +msgstr "Votre compte sur %s va expirer dans quelques jours." + +#: public_server.php:119 +msgid "Your Friendica account is about to expire." +msgstr "Votre compte Friendica est sur le point d'expirer." + +#: public_server.php:120 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" +msgstr "%1$s,\n\nVotre compte sur %2$s va expirer dans moins de 5 jours. Vous pouvez conserver votre compte en vous identifiant au moins une fois tous les 30 jours" + +#: public_server.php:158 +msgid "Save Settings" +msgstr "Enregistrer les paramètres" + +#: public_server.php:160 +msgid "Set any of these options to 0 to deactivate it." +msgstr "Entrez 0 comme valeur pour n'importe quelle de ces options pour la désactiver." diff --git a/qcomment/lang/fr/messages.po b/qcomment/lang/fr/messages.po new file mode 100644 index 00000000..0d02046f --- /dev/null +++ b/qcomment/lang/fr/messages.po @@ -0,0 +1,47 @@ +# ADDON qcomment +# Copyright (C) +# This file is distributed under the same license as the Friendica qcomment addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-11-21 19:16-0500\n" +"PO-Revision-Date: 2014-06-23 12:30+0000\n" +"Last-Translator: Hypolite Petovan , 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: qcomment.php:45 +msgid ":-)" +msgstr ":-)" + +#: qcomment.php:45 +msgid ":-(" +msgstr ":-(" + +#: qcomment.php:45 +msgid "lol" +msgstr "lol" + +#: qcomment.php:49 +msgid "" +"Quick comments are found near comment boxes, sometimes hidden. Click them to" +" provide simple replies." +msgstr "Les Commentaires Rapides sont des suggestions de réponses simples disponibles autour des formulaires de commentaire." + +#: qcomment.php:50 +msgid "Enter quick comments, one per line" +msgstr "Saisissez les Commentaires Rapides, un par ligne" + +#: qcomment.php:55 +msgid "Quick Comment Settings" +msgstr "Paramètres de Commentaire Rapide" diff --git a/randplace/lang/fr/messages.po b/randplace/lang/fr/messages.po new file mode 100644 index 00000000..53843ecf --- /dev/null +++ b/randplace/lang/fr/messages.po @@ -0,0 +1,28 @@ +# ADDON randplace +# Copyright (C) +# This file is distributed under the same license as the Friendica randplace addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-11-21 19:16-0500\n" +"PO-Revision-Date: 2014-06-23 12:34+0000\n" +"Last-Translator: Hypolite Petovan , 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: randplace.php:161 +msgid "Enable Randplace Addon" +msgstr "Activer l'extension Randplace" + +#: randplace.php:166 +msgid "Randplace Settings" +msgstr "Paramètres de Randplace" diff --git a/rendertime/lang/fr/messages.po b/rendertime/lang/fr/messages.po index fef03aa3..0740d569 100644 --- a/rendertime/lang/fr/messages.po +++ b/rendertime/lang/fr/messages.po @@ -5,6 +5,7 @@ # # Translators: # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # Thecross, 2017 msgid "" msgstr "" @@ -12,7 +13,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-12 22:09+0000\n" "PO-Revision-Date: 2014-06-23 12:36+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,30 +27,30 @@ msgstr "Enregistrer les paramètres" #: rendertime.php:31 msgid "Show callstack" -msgstr "" +msgstr "Afficher le callstack" #: rendertime.php:31 msgid "" "Show detailed performance measures in the callstack. When deactivated, only " "the summary will be displayed." -msgstr "" +msgstr "Affiche les performances détaillées dans le callstack. Si désactivé, seul le résumé sera affiché." #: rendertime.php:32 msgid "Minimal time" -msgstr "" +msgstr "Temps minimal" #: rendertime.php:32 msgid "Minimal time that an activity needs to be listed in the callstack." -msgstr "" +msgstr "Temps minimal qu'une activité nécessite afin d'être listée dans le callstack." #: rendertime.php:57 #, php-format msgid "" "Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: " "%s, Total: %s" -msgstr "" +msgstr "Base de données : %s/%s, Réseau : %s, Rendu : %s, Session : %s, E/S : %s, Autre : %s, Total : %s" #: rendertime.php:74 #, php-format msgid "Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s" -msgstr "" +msgstr "Initialisation classes : %s, Démarrage : %s, Initialisation :%s, Contenu : %s, Autre : %s, Total : %s" diff --git a/rendertime/lang/fr/strings.php b/rendertime/lang/fr/strings.php index bc53f96d..d6aed6fa 100644 --- a/rendertime/lang/fr/strings.php +++ b/rendertime/lang/fr/strings.php @@ -6,3 +6,9 @@ function string_plural_select_fr($n){ if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} $a->strings['Save Settings'] = 'Enregistrer les paramètres'; +$a->strings['Show callstack'] = 'Afficher le callstack'; +$a->strings['Show detailed performance measures in the callstack. When deactivated, only the summary will be displayed.'] = 'Affiche les performances détaillées dans le callstack. Si désactivé, seul le résumé sera affiché.'; +$a->strings['Minimal time'] = 'Temps minimal'; +$a->strings['Minimal time that an activity needs to be listed in the callstack.'] = 'Temps minimal qu\'une activité nécessite afin d\'être listée dans le callstack.'; +$a->strings['Database: %s/%s, Network: %s, Rendering: %s, Session: %s, I/O: %s, Other: %s, Total: %s'] = 'Base de données : %s/%s, Réseau : %s, Rendu : %s, Session : %s, E/S : %s, Autre : %s, Total : %s'; +$a->strings['Class-Init: %s, Boot: %s, Init: %s, Content: %s, Other: %s, Total: %s'] = 'Initialisation classes : %s, Démarrage : %s, Initialisation :%s, Contenu : %s, Autre : %s, Total : %s'; diff --git a/showmore/lang/fr/messages.po b/showmore/lang/fr/messages.po new file mode 100644 index 00000000..83bca182 --- /dev/null +++ b/showmore/lang/fr/messages.po @@ -0,0 +1,38 @@ +# ADDON showmore +# Copyright (C) +# This file is distributed under the same license as the Friendica showmore addon package. +# +# +# Translators: +# Nicolas Derive, 2022 +# StefOfficiel , 2015 +# Vincent Vindarel , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-11-21 19:16-0500\n" +"PO-Revision-Date: 2014-06-23 12:37+0000\n" +"Last-Translator: Nicolas Derive, 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: showmore.php:37 +msgid "Enable Show More" +msgstr "Activer \"Voir Plus\"" + +#: showmore.php:38 +msgid "Cutting posts after how many characters" +msgstr "Tronquer les publications après combien de caractères" + +#: showmore.php:43 +msgid "\"Show more\" Settings" +msgstr "Paramètres de \"Show more\" (\"Voir plus\")" + +#: showmore.php:119 +msgid "show more" +msgstr "voir plus" diff --git a/showmore/lang/fr/strings.php b/showmore/lang/fr/strings.php index 6abb4e5b..bbba5c07 100644 --- a/showmore/lang/fr/strings.php +++ b/showmore/lang/fr/strings.php @@ -6,5 +6,6 @@ function string_plural_select_fr($n){ if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} $a->strings['Enable Show More'] = 'Activer "Voir Plus"'; +$a->strings['Cutting posts after how many characters'] = 'Tronquer les publications après combien de caractères'; $a->strings['"Show more" Settings'] = 'Paramètres de "Show more" ("Voir plus")'; $a->strings['show more'] = 'voir plus'; diff --git a/startpage/lang/fr/messages.po b/startpage/lang/fr/messages.po index b8e0344d..92447421 100644 --- a/startpage/lang/fr/messages.po +++ b/startpage/lang/fr/messages.po @@ -5,6 +5,7 @@ # # Translators: # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # ea1cd8241cb389ffb6f92bc6891eff5d_dc12308 <70dced5587d47e18d88f9298024d96f8_93383>, 2015 # Vincent Vindarel , 2018 msgid "" @@ -13,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" "PO-Revision-Date: 2014-06-23 12:51+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -27,7 +28,7 @@ msgstr "Page d'accueil à charger après authentification - laisser ce champ vid #: startpage.php:70 msgid "Examples: \"network\" or \"notifications/system\"" -msgstr "" +msgstr "Exemples : \"network\" ou \"notifications/system\"" #: startpage.php:75 msgid "Startpage" diff --git a/startpage/lang/fr/strings.php b/startpage/lang/fr/strings.php index e381a33e..757ca26a 100644 --- a/startpage/lang/fr/strings.php +++ b/startpage/lang/fr/strings.php @@ -6,4 +6,5 @@ function string_plural_select_fr($n){ if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} $a->strings['Home page to load after login - leave blank for profile wall'] = 'Page d\'accueil à charger après authentification - laisser ce champ vide pour charger votre mur'; +$a->strings['Examples: "network" or "notifications/system"'] = 'Exemples : "network" ou "notifications/system"'; $a->strings['Startpage'] = 'Startpage'; diff --git a/statusnet/lang/fr/messages.po b/statusnet/lang/fr/messages.po index 6e50bf2b..92f185c0 100644 --- a/statusnet/lang/fr/messages.po +++ b/statusnet/lang/fr/messages.po @@ -14,7 +14,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:17-0500\n" "PO-Revision-Date: 2014-06-23 12:54+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -51,7 +51,7 @@ msgid "" "details from unknown viewers?) the link potentially included in public " "postings relayed to GNU Social will lead the visitor to a blank page " "informing the visitor that the access to your profile has been restricted." -msgstr "" +msgstr "Note: En lien avec vos paramètres de confidentialité (Masquer vos détails de profil de visiteurs inconnus ?) le lien potentiellement inclus dans vos publications publiques relayées à GNU Social emmèneront le visiteur à une page blanche l'informant que l'accès à votre profil a été restreint." #: statusnet.php:263 msgid "Clear OAuth configuration" @@ -70,7 +70,7 @@ msgid "" "There are preconfigured OAuth key pairs for some GNU Social servers " "available. If you are using one of them, please use these credentials. If " "not feel free to connect to any other GNU Social instance (see below)." -msgstr "" +msgstr "Il y a des paires des clés OAuth préconfigurées disponibles pour certains serveurs GNU Social. Si vous utilisez l'une d'elles, merci d'utiliser ces identifiants. Si non, soyez libre de vous connecter à n'importe quelle autre instance GNU Social (voir ci-dessous)." #: statusnet.php:285 msgid "Provide your own OAuth Credentials" @@ -83,7 +83,7 @@ msgid "" "pair here and enter the API base root.
Before you register your own " "OAuth key pair ask the administrator if there is already a key pair for this" " Friendica installation at your favorite GNU Social installation." -msgstr "" +msgstr "Aucune paire de clés cliente pour GNU Social n'a été trouvée. Enregistrez votre compte Friendica comme une application de bureau sur votre compte GNU Social, copiez la paire de clés cliente ici et saisissez la racine de base de l'API.
Avant d'enregistrer votre propre paire de clés, demandez à l'administrateur si il y a déjà une paire de clés pour cette installation de Friendica sur votre installation GNU Social favorite." #: statusnet.php:287 msgid "" @@ -91,7 +91,7 @@ msgid "" "security code from GNU Social which you have to copy into the input box " "below and submit the form. Only your public posts will be " "posted to GNU Social." -msgstr "" +msgstr "Pour vous connecter à votre compte GNU Social, cliquez sur le bouton ci-dessous pour obtenir un code de sécurité de GNU Social, que vous devrez copier dans le champ de saisie ci-dessous, puis validez le formulaire. Seules vos publications publiques seront relayées sur GNU Social." #: statusnet.php:288 msgid "Log in with GNU Social" @@ -131,7 +131,7 @@ msgid "" "If enabled all your public postings can be posted to the " "associated GNU Social account. You can choose to do so by default (here) or " "for every posting separately in the posting options when writing the entry." -msgstr "" +msgstr "Si activé, toutes vos publications publiques pourront être relayées sur le compte GNU Social associé. Vous pouvez choisir de faire cela par défaut (ici) ou individuellement pour chaque publication dans les options de publications au moment ou vous la créez." #: statusnet.php:314 msgid "Post to GNU Social by default" diff --git a/statusnet/lang/fr/strings.php b/statusnet/lang/fr/strings.php index f2d334ae..9672216a 100644 --- a/statusnet/lang/fr/strings.php +++ b/statusnet/lang/fr/strings.php @@ -10,10 +10,14 @@ $a->strings['Please contact your site administrator.
The provided API URL i $a->strings['We could not contact the GNU Social API with the Path you entered.'] = 'Impossible de se connecter à l\'API GNU Social avec le chemin indiqué.'; $a->strings['Save Settings'] = 'Sauvegarder les paramètres'; $a->strings['Currently connected to: %s'] = 'Actuellement connecté à : %s'; +$a->strings['Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to GNU Social will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted.'] = 'Note: En lien avec vos paramètres de confidentialité (Masquer vos détails de profil de visiteurs inconnus ?) le lien potentiellement inclus dans vos publications publiques relayées à GNU Social emmèneront le visiteur à une page blanche l\'informant que l\'accès à votre profil a été restreint.'; $a->strings['Clear OAuth configuration'] = 'Effacer la configuration OAuth'; $a->strings['Cancel GNU Social Connection'] = 'Annuler la connexion à GNU Social'; $a->strings['Globally Available GNU Social OAuthKeys'] = 'Clés OAuth de GNU Social disponibles globalement'; +$a->strings['There are preconfigured OAuth key pairs for some GNU Social servers available. If you are using one of them, please use these credentials. If not feel free to connect to any other GNU Social instance (see below).'] = 'Il y a des paires des clés OAuth préconfigurées disponibles pour certains serveurs GNU Social. Si vous utilisez l\'une d\'elles, merci d\'utiliser ces identifiants. Si non, soyez libre de vous connecter à n\'importe quelle autre instance GNU Social (voir ci-dessous).'; $a->strings['Provide your own OAuth Credentials'] = 'Fournissez vos propres identifiants OAuth'; +$a->strings['No consumer key pair for GNU Social found. Register your Friendica Account as a desktop application on your GNU Social account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorite GNU Social installation.'] = 'Aucune paire de clés cliente pour GNU Social n\'a été trouvée. Enregistrez votre compte Friendica comme une application de bureau sur votre compte GNU Social, copiez la paire de clés cliente ici et saisissez la racine de base de l\'API.
Avant d\'enregistrer votre propre paire de clés, demandez à l\'administrateur si il y a déjà une paire de clés pour cette installation de Friendica sur votre installation GNU Social favorite.'; +$a->strings['To connect to your GNU Social account click the button below to get a security code from GNU Social which you have to copy into the input box below and submit the form. Only your public posts will be posted to GNU Social.'] = 'Pour vous connecter à votre compte GNU Social, cliquez sur le bouton ci-dessous pour obtenir un code de sécurité de GNU Social, que vous devrez copier dans le champ de saisie ci-dessous, puis validez le formulaire. Seules vos publications publiques seront relayées sur GNU Social.'; $a->strings['Log in with GNU Social'] = 'Se connecter avec GNU Social'; $a->strings['Cancel Connection Process'] = 'Annuler le processus de connexion'; $a->strings['Current GNU Social API is: %s'] = 'L\'API GNU Social actuelle est : %s'; @@ -22,6 +26,7 @@ $a->strings['OAuth Consumer Secret'] = 'Secret d\'Utilisateur OAuth'; $a->strings['Base API Path (remember the trailing /)'] = 'Chemin de base de l\'API (n\'oubliez pas le / final)'; $a->strings['Copy the security code from GNU Social here'] = 'Coller le code de sécurité de GNU Social ici'; $a->strings['Allow posting to GNU Social'] = 'Autoriser la publication sur GNU Social'; +$a->strings['If enabled all your public postings can be posted to the associated GNU Social account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Si activé, toutes vos publications publiques pourront être relayées sur le compte GNU Social associé. Vous pouvez choisir de faire cela par défaut (ici) ou individuellement pour chaque publication dans les options de publications au moment ou vous la créez.'; $a->strings['Post to GNU Social by default'] = 'Publier sur GNU Social par défaut'; $a->strings['Mirror all public posts'] = 'Refléter toutes les publications publiques'; $a->strings['Automatically create contacts'] = 'Créer les contacts automatiquement'; diff --git a/superblock/lang/fr/messages.po b/superblock/lang/fr/messages.po index 0c15b587..e1039e7b 100644 --- a/superblock/lang/fr/messages.po +++ b/superblock/lang/fr/messages.po @@ -6,13 +6,14 @@ # Translators: # ButterflyOfFire, 2020 # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" "PO-Revision-Date: 2014-06-23 12:55+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -26,7 +27,7 @@ msgstr "Liste d'URLs de profils à bloquer séparées par des virgules" #: superblock.php:40 msgid "Superblock" -msgstr "" +msgstr "Superblock" #: superblock.php:129 msgid "Block Completely" diff --git a/superblock/lang/fr/strings.php b/superblock/lang/fr/strings.php index 8360d3ab..91017806 100644 --- a/superblock/lang/fr/strings.php +++ b/superblock/lang/fr/strings.php @@ -6,4 +6,5 @@ function string_plural_select_fr($n){ if (($n == 0 || $n == 1)) { return 0; } else if ($n != 0 && $n % 1000000 == 0) { return 1; } else { return 2; } }} $a->strings['Comma separated profile URLs to block'] = 'Liste d\'URLs de profils à bloquer séparées par des virgules'; +$a->strings['Superblock'] = 'Superblock'; $a->strings['Block Completely'] = 'Bloquer complètement'; diff --git a/testdrive/lang/fr/messages.po b/testdrive/lang/fr/messages.po new file mode 100644 index 00000000..7452d7d1 --- /dev/null +++ b/testdrive/lang/fr/messages.po @@ -0,0 +1,43 @@ +# ADDON testdrive +# Copyright (C) +# This file is distributed under the same license as the Friendica testdrive addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +# Nicolas Derive, 2022 +# StefOfficiel , 2015 +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 12:56+0000\n" +"Last-Translator: Nicolas Derive, 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: testdrive.php:64 +msgid "Administrator" +msgstr "Administrateur" + +#: testdrive.php:89 +#, php-format +msgid "Your account on %s will expire in a few days." +msgstr "Votre compte sur %s va expirer dans quelques jours." + +#: testdrive.php:90 +msgid "Your Friendica test account is about to expire." +msgstr "Votre compte Friendica de test est sur le point d'expirer." + +#: testdrive.php:91 +#, php-format +msgid "" +"Hi %1$s,\n" +"\n" +"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca." +msgstr "Bonjour %1$s,\n\nVotre compte de test sur %2$s va expirer dans moins de cinq jours. Nous espérons que vous avez apprécié cet essai et que vous utiliserez cette opportunité pour trouver un site Friendica permanent pour vos communications sociales intégrées. Une liste des sites publics est disponible sur %s/siteinfo et pour plus d'informations sur la mise en route de votre propre serveur Friendica, vous pouvez vous référer au site du projet Friendica sur https://friendi.ca." diff --git a/testdrive/lang/fr/strings.php b/testdrive/lang/fr/strings.php index cfadb1a9..6029f8d9 100644 --- a/testdrive/lang/fr/strings.php +++ b/testdrive/lang/fr/strings.php @@ -8,3 +8,8 @@ function string_plural_select_fr($n){ $a->strings['Administrator'] = 'Administrateur'; $a->strings['Your account on %s will expire in a few days.'] = 'Votre compte sur %s va expirer dans quelques jours.'; $a->strings['Your Friendica test account is about to expire.'] = 'Votre compte Friendica de test est sur le point d\'expirer.'; +$a->strings['Hi %1$s, + +Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at https://friendi.ca.'] = 'Bonjour %1$s, + +Votre compte de test sur %2$s va expirer dans moins de cinq jours. Nous espérons que vous avez apprécié cet essai et que vous utiliserez cette opportunité pour trouver un site Friendica permanent pour vos communications sociales intégrées. Une liste des sites publics est disponible sur %s/siteinfo et pour plus d\'informations sur la mise en route de votre propre serveur Friendica, vous pouvez vous référer au site du projet Friendica sur https://friendi.ca.'; diff --git a/twitter/lang/fr/messages.po b/twitter/lang/fr/messages.po index 18a4f190..f6afa0a6 100644 --- a/twitter/lang/fr/messages.po +++ b/twitter/lang/fr/messages.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-27 10:25-0500\n" +"POT-Creation-Date: 2022-11-13 10:15+0000\n" "PO-Revision-Date: 2014-06-23 12:58+0000\n" "Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" @@ -21,23 +21,23 @@ msgstr "" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: twitter.php:213 +#: twitter.php:216 msgid "Post to Twitter" msgstr "Publier sur Twitter" -#: twitter.php:258 +#: twitter.php:263 msgid "" "You submitted an empty PIN, please Sign In with Twitter again to get a new " "one." msgstr "Vous avez envoyé un PIN vide, veuillez vous connecter à Twitter à nouveau pour en avoir un autre." -#: twitter.php:321 +#: twitter.php:330 msgid "" "No consumer key pair for Twitter found. Please contact your site " "administrator." msgstr "Aucune clé d'application pour Twitter n'a été trouvée. Merci de contacter l'administrateur de votre site." -#: twitter.php:334 +#: twitter.php:343 msgid "" "At this Friendica instance the Twitter addon was enabled but you have not " "yet connected your account to your Twitter account. To do so click the " @@ -46,26 +46,26 @@ msgid "" " be posted to Twitter." msgstr "Sur cette instance de Friendica, le connecteur Twitter a été activé, mais vous n'avez pas encore connecté votre compte local à votre compte Twitter. Pour ce faire, cliquer sur le bouton ci-dessous. Vous obtiendrez alors un 'PIN' de Twitter, que vous devrez copier dans le champ ci-dessous, puis soumettre le formulaire. Seules vos publications publiques seront transmises à Twitter." -#: twitter.php:335 +#: twitter.php:344 msgid "Log in with Twitter" msgstr "Se connecter avec Twitter" -#: twitter.php:337 +#: twitter.php:346 msgid "Copy the PIN from Twitter here" msgstr "Copier le PIN de Twitter ici" -#: twitter.php:345 twitter.php:388 +#: twitter.php:354 twitter.php:399 msgid "An error occured: " msgstr "Une erreur est survenue :" -#: twitter.php:359 +#: twitter.php:368 #, php-format msgid "" "Currently connected to: %1$s" msgstr "Actuellement connecté à : %1$s" -#: twitter.php:365 +#: twitter.php:374 msgid "" "Note: Due to your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " @@ -73,42 +73,46 @@ msgid "" "the visitor that the access to your profile has been restricted." msgstr "Note: Du fait de vos paramètres de vie privée (Cacher les détails de votre profil des visiteurs inconnus?), le lien potentiellement inclus dans les publications publiques relayées vers Twitter conduira les visiteurs vers une page blanche les informant que leur accès à votre profil a été restreint." -#: twitter.php:372 +#: twitter.php:381 msgid "Invalid Twitter info" msgstr "Informations Twitter invalides" -#: twitter.php:373 +#: twitter.php:382 msgid "Disconnect" msgstr "Se déconnecter" -#: twitter.php:378 +#: twitter.php:387 msgid "Allow posting to Twitter" msgstr "Autoriser la publication sur Twitter" -#: twitter.php:378 +#: twitter.php:387 msgid "" "If enabled all your public postings can be posted to the " "associated Twitter account. You can choose to do so by default (here) or for" " every posting separately in the posting options when writing the entry." msgstr "En cas d'activation, toutes vos publications publiques seront transmises au compte Twitter associé. Vous pourrez choisir de le faire par défaut (ici), ou bien pour chaque publication séparément lors de sa rédaction." -#: twitter.php:379 +#: twitter.php:388 msgid "Send public postings to Twitter by default" msgstr "Envoyer par défaut les publications publiques sur Twitter" -#: twitter.php:380 +#: twitter.php:389 +msgid "Use threads instead of truncating the content" +msgstr "Utiliser des fils de discussion (threads) au lieu de tronquer le contenu" + +#: twitter.php:390 msgid "Mirror all posts from twitter that are no replies" msgstr "Synchroniser toutes les publications de Twitter qui ne sont pas des réponses" -#: twitter.php:381 +#: twitter.php:391 msgid "Import the remote timeline" msgstr "Importer la Timeline distante" -#: twitter.php:382 +#: twitter.php:392 msgid "Automatically create contacts" msgstr "Créer automatiquement les contacts" -#: twitter.php:382 +#: twitter.php:392 msgid "" "This will automatically create a contact in Friendica as soon as you receive" " a message from an existing contact via the Twitter network. If you do not " @@ -116,33 +120,44 @@ msgid "" "from whom you would like to see posts here." msgstr "Cela va automatiquement créer un contact dans Friendica dès qu'une publication d'un contact existant est reçue de Twitter. Si vous n'activez pas ceci, vous devrez ajouter manuellement ces contacts dans Friendica afin d'y voir leurs publications." -#: twitter.php:395 +#: twitter.php:393 +msgid "Follow in fediverse" +msgstr "Suivre dans le fediverse" + +#: twitter.php:393 +msgid "" +"Automatically subscribe to the contact in the fediverse, when a fediverse " +"account is mentioned in name or description and we are following the Twitter" +" contact." +msgstr "Suivre automatiquement le contact dans le fediverse, quand un compte fediverse est mentionné dans le nom ou la description et que le contact Twitter est suivi." + +#: twitter.php:406 msgid "Twitter Import/Export/Mirror" msgstr "Importation/Exportation/Synchronisation avec Twitter" -#: twitter.php:547 +#: twitter.php:558 msgid "" "Please connect a Twitter account in your Social Network settings to import " "Twitter posts." msgstr "Merci de connecter un compte Twitter depuis vos Paramètres de réseaux sociaux afin d'importer les publications Twitter." -#: twitter.php:554 +#: twitter.php:565 msgid "Twitter post not found." msgstr "Publication Twitter non trouvée." -#: twitter.php:914 +#: twitter.php:965 msgid "Save Settings" msgstr "Sauvegarder les paramètres" -#: twitter.php:916 +#: twitter.php:967 msgid "Consumer key" msgstr "Consumer key" -#: twitter.php:917 +#: twitter.php:968 msgid "Consumer secret" msgstr "Consumer secret" -#: twitter.php:1113 +#: twitter.php:1167 #, php-format msgid "%s on Twitter" msgstr "%s sur Twitter" diff --git a/twitter/lang/fr/strings.php b/twitter/lang/fr/strings.php index 9b7363f3..ff46a386 100644 --- a/twitter/lang/fr/strings.php +++ b/twitter/lang/fr/strings.php @@ -19,10 +19,13 @@ $a->strings['Disconnect'] = 'Se déconnecter'; $a->strings['Allow posting to Twitter'] = 'Autoriser la publication sur Twitter'; $a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'En cas d\'activation, toutes vos publications publiques seront transmises au compte Twitter associé. Vous pourrez choisir de le faire par défaut (ici), ou bien pour chaque publication séparément lors de sa rédaction.'; $a->strings['Send public postings to Twitter by default'] = 'Envoyer par défaut les publications publiques sur Twitter'; +$a->strings['Use threads instead of truncating the content'] = 'Utiliser des fils de discussion (threads) au lieu de tronquer le contenu'; $a->strings['Mirror all posts from twitter that are no replies'] = 'Synchroniser toutes les publications de Twitter qui ne sont pas des réponses'; $a->strings['Import the remote timeline'] = 'Importer la Timeline distante'; $a->strings['Automatically create contacts'] = 'Créer automatiquement les contacts'; $a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here.'] = 'Cela va automatiquement créer un contact dans Friendica dès qu\'une publication d\'un contact existant est reçue de Twitter. Si vous n\'activez pas ceci, vous devrez ajouter manuellement ces contacts dans Friendica afin d\'y voir leurs publications.'; +$a->strings['Follow in fediverse'] = 'Suivre dans le fediverse'; +$a->strings['Automatically subscribe to the contact in the fediverse, when a fediverse account is mentioned in name or description and we are following the Twitter contact.'] = 'Suivre automatiquement le contact dans le fediverse, quand un compte fediverse est mentionné dans le nom ou la description et que le contact Twitter est suivi.'; $a->strings['Twitter Import/Export/Mirror'] = 'Importation/Exportation/Synchronisation avec Twitter'; $a->strings['Please connect a Twitter account in your Social Network settings to import Twitter posts.'] = 'Merci de connecter un compte Twitter depuis vos Paramètres de réseaux sociaux afin d\'importer les publications Twitter.'; $a->strings['Twitter post not found.'] = 'Publication Twitter non trouvée.'; diff --git a/webrtc/lang/fr/messages.po b/webrtc/lang/fr/messages.po index 20d98d14..3fc78a4a 100644 --- a/webrtc/lang/fr/messages.po +++ b/webrtc/lang/fr/messages.po @@ -5,6 +5,7 @@ # # Translators: # Hypolite Petovan , 2022 +# Nicolas Derive, 2022 # StefOfficiel , 2015 msgid "" msgstr "" @@ -12,7 +13,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-04-29 15:56+0200\n" "PO-Revision-Date: 2014-06-23 13:05+0000\n" -"Last-Translator: Hypolite Petovan , 2022\n" +"Last-Translator: Nicolas Derive, 2022\n" "Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +37,7 @@ msgstr "URL de base WebRTC" msgid "" "Page your users will create a WebRTC chat room on. For example you could use" " https://live.mayfirst.org ." -msgstr "" +msgstr "La page sur laquelle vos utilisateurs créeront un salon de discussion WebRTC. Par exemple, vous pouvez utiliser https://live.mayfirst.org ." #: webrtc.php:44 msgid "Video Chat" @@ -47,10 +48,10 @@ msgid "" "WebRTC is a video and audio conferencing tool that works in all modern " "browsers. Just create a new chat room and send the link to someone you want " "to chat with." -msgstr "" +msgstr "WebRTC est un outil de conférence audio et vidéo qui fonctionne sur tous les navigateurs web modernes. Il faut seulement créer un nouveau salon de discussion et envoyer le lien à quelqu'un avec qui vous souhaitez discuter." #: webrtc.php:47 msgid "" "Please contact your friendica admin and send a reminder to configure the " "WebRTC addon." -msgstr "" +msgstr "Merci de contacter votre admin Friendica et lui envoyer un rappel pour configurer l'extension WebRTC." diff --git a/webrtc/lang/fr/strings.php b/webrtc/lang/fr/strings.php index b621183d..92396ef8 100644 --- a/webrtc/lang/fr/strings.php +++ b/webrtc/lang/fr/strings.php @@ -8,4 +8,7 @@ function string_plural_select_fr($n){ $a->strings['WebRTC Videochat'] = 'Tchat vidéo WebRTC'; $a->strings['Save Settings'] = 'Enregistrer les paramètres'; $a->strings['WebRTC Base URL'] = 'URL de base WebRTC'; +$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'La page sur laquelle vos utilisateurs créeront un salon de discussion WebRTC. Par exemple, vous pouvez utiliser https://live.mayfirst.org .'; $a->strings['Video Chat'] = 'Chat Video'; +$a->strings['WebRTC is a video and audio conferencing tool that works in all modern browsers. Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC est un outil de conférence audio et vidéo qui fonctionne sur tous les navigateurs web modernes. Il faut seulement créer un nouveau salon de discussion et envoyer le lien à quelqu\'un avec qui vous souhaitez discuter.'; +$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Merci de contacter votre admin Friendica et lui envoyer un rappel pour configurer l\'extension WebRTC.'; diff --git a/wppost/lang/fr/messages.po b/wppost/lang/fr/messages.po new file mode 100644 index 00000000..723ddd6e --- /dev/null +++ b/wppost/lang/fr/messages.po @@ -0,0 +1,72 @@ +# ADDON wppost +# Copyright (C) +# This file is distributed under the same license as the Friendica wppost addon package. +# +# +# Translators: +# Hypolite Petovan , 2022 +# Nicolas Derive, 2022 +# StefOfficiel , 2015 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-11-21 19:18-0500\n" +"PO-Revision-Date: 2014-06-23 13:07+0000\n" +"Last-Translator: Nicolas Derive, 2022\n" +"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: fr\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: wppost.php:41 +msgid "Post to Wordpress" +msgstr "Publier sur Wordpress" + +#: wppost.php:65 +msgid "Enable Wordpress Post Addon" +msgstr "Activer l'extension WordPress" + +#: wppost.php:66 +msgid "Wordpress username" +msgstr "Nom d'utilisateur WordPress" + +#: wppost.php:67 +msgid "Wordpress password" +msgstr "Mot de passe WordPress" + +#: wppost.php:68 +msgid "WordPress API URL" +msgstr "URL de l'API WordPress" + +#: wppost.php:69 +msgid "Post to Wordpress by default" +msgstr "Publier sur WordPress par défaut" + +#: wppost.php:70 +msgid "Provide a backlink to the Friendica post" +msgstr "Fournit un rétrolien vers la publication Friendica" + +#: wppost.php:71 +msgid "" +"Text for the backlink, e.g. Read the original post and comment stream on " +"Friendica." +msgstr "Le texte du rétrolien, par exemple Lire la publication d'origine et le fil de commentaires sur Friendica." + +#: wppost.php:72 +msgid "Don't post messages that are too short" +msgstr "Ne pas publier de message trop court" + +#: wppost.php:77 +msgid "Wordpress Export" +msgstr "Export WordPress" + +#: wppost.php:182 +msgid "Read the orig­i­nal post and com­ment stream on Friendica" +msgstr "Lire la publication d'origine et le fil de commentaires sur Friendica" + +#: wppost.php:240 +msgid "Post from Friendica" +msgstr "Publier depuis Friendica" diff --git a/wppost/lang/fr/strings.php b/wppost/lang/fr/strings.php index 8ff707df..25d598bd 100644 --- a/wppost/lang/fr/strings.php +++ b/wppost/lang/fr/strings.php @@ -11,6 +11,9 @@ $a->strings['Wordpress username'] = 'Nom d\'utilisateur WordPress'; $a->strings['Wordpress password'] = 'Mot de passe WordPress'; $a->strings['WordPress API URL'] = 'URL de l\'API WordPress'; $a->strings['Post to Wordpress by default'] = 'Publier sur WordPress par défaut'; +$a->strings['Provide a backlink to the Friendica post'] = 'Fournit un rétrolien vers la publication Friendica'; +$a->strings['Text for the backlink, e.g. Read the original post and comment stream on Friendica.'] = 'Le texte du rétrolien, par exemple Lire la publication d\'origine et le fil de commentaires sur Friendica.'; $a->strings['Don\'t post messages that are too short'] = 'Ne pas publier de message trop court'; $a->strings['Wordpress Export'] = 'Export WordPress'; +$a->strings['Read the orig­i­nal post and com­ment stream on Friendica'] = 'Lire la publication d\'origine et le fil de commentaires sur Friendica'; $a->strings['Post from Friendica'] = 'Publier depuis Friendica'; From 361e5407cf365276c131eb8554b7ce7cb50f2035 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 17 Dec 2022 09:06:55 +0100 Subject: [PATCH 2/5] HU translation of various addons updated --- nsfw/lang/hu/strings.php | 2 +- twitter/lang/hu/strings.php | 3 +++ webrtc/lang/hu/strings.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/nsfw/lang/hu/strings.php b/nsfw/lang/hu/strings.php index e026cbf4..c837a423 100644 --- a/nsfw/lang/hu/strings.php +++ b/nsfw/lang/hu/strings.php @@ -8,7 +8,7 @@ function string_plural_select_hu($n){ $a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Ez a bővítmény megadott szavakra vagy szövegre keres a bejegyzésekben, és összecsukja azokat. Használható például az #NSFW megjelölésű tartalmak szűréséhez, amelyek bizonyos időkben vagy helyeken nem megfelelőnek tekinthetők, mint például munka közben. Ez hasznos a nem kapcsolódó vagy idegesítő tartalom elrejtéséhez a közvetlen megtekintés elől.'; $a->strings['Enable Content filter'] = 'Tartalomszűrő engedélyezése'; $a->strings['Comma separated list of keywords to hide'] = 'Kulcsszavak vesszővel elválasztott listája az elrejtéshez'; -$a->strings['Use /expression/ to provide regular expressions'] = 'Használjon /kifejezést/ reguláris kifejezések megadásához'; +$a->strings['Use /expression/ to provide regular expressions, #tag to specfically match hashtags (case-insensitive), or regular words (case-sensitive)'] = 'Használjon /kifejezést/ reguláris kifejezések megadásához, #címkét a kettőskeresztescímkék kifejezett illesztéséhez (nem érzékeny a kis- és nagybetűkre) vagy szabályos szavakat (kis- és nagybetűérzékeny)'; $a->strings['Content Filter (NSFW and more)'] = 'Tartalomszűrő (érzékeny tartalmak és egyebek)'; $a->strings['Filtered tag: %s'] = 'Kiszűrt címke: %s'; $a->strings['Filtered word: %s'] = 'Kiszűrt szó: %s'; diff --git a/twitter/lang/hu/strings.php b/twitter/lang/hu/strings.php index 33912ddc..552ebb3e 100644 --- a/twitter/lang/hu/strings.php +++ b/twitter/lang/hu/strings.php @@ -19,10 +19,13 @@ $a->strings['Disconnect'] = 'Leválasztás'; $a->strings['Allow posting to Twitter'] = 'Beküldés engedélyezése a Twitterre'; $a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Ha engedélyezve van, akkor az összes nyilvános beküldés beküldhető a hozzárendelt Twitter-fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést.'; $a->strings['Send public postings to Twitter by default'] = 'Nyilvános beküldések küldése a Twitterre alapértelmezetten'; +$a->strings['Use threads instead of truncating the content'] = 'Szálak használata a tartalom csonkítása helyett'; $a->strings['Mirror all posts from twitter that are no replies'] = 'A Twittertől származó összes bejegyzés tükrözése, amelyek nem válaszok'; $a->strings['Import the remote timeline'] = 'A távoli idővonal importálása'; $a->strings['Automatically create contacts'] = 'Partnerek automatikus létrehozása'; $a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here.'] = 'Ez automatikusan létre fog hozni egy partnert a Friendicán, amint üzenetet fogad egy meglévő partnertől a Twitter hálózaton keresztül. Ha ezt nem engedélyezi, akkor kézzel kell hozzáadnia azokat a Twitter-partnereket a Friendicában, akiktől bejegyzéseket szeretne látni itt.'; +$a->strings['Follow in fediverse'] = 'Követés a födiverzumban'; +$a->strings['Automatically subscribe to the contact in the fediverse, when a fediverse account is mentioned in name or description and we are following the Twitter contact.'] = 'Automatikus feliratkozás a födiverzumban lévő partnerre, ha egy födiverzumfiókot említenek a névben vagy a leírásban, és követjük a Twitter-partnert.'; $a->strings['Twitter Import/Export/Mirror'] = 'Twitter importálás, exportálás vagy tükrözés'; $a->strings['Please connect a Twitter account in your Social Network settings to import Twitter posts.'] = 'Kapcsoljon hozzá egy Twitter-fiókot a közösségi hálózatok beállításában a Twitter-bejegyzések importálásához.'; $a->strings['Twitter post not found.'] = 'A Twitter-bejegyzés nem található.'; diff --git a/webrtc/lang/hu/strings.php b/webrtc/lang/hu/strings.php index 83da8827..98e07c82 100644 --- a/webrtc/lang/hu/strings.php +++ b/webrtc/lang/hu/strings.php @@ -10,5 +10,5 @@ $a->strings['Save Settings'] = 'Beállítások mentése'; $a->strings['WebRTC Base URL'] = 'WebRTC alap URL'; $a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Egy oldal, ahol a felhasználók WebRTC csevegőszobát fognak létrehozni. Például használhatja a https://live.mayfirst.org oldalt.'; $a->strings['Video Chat'] = 'Videocsevegés'; -$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'A WebRTC egy video- és hangkonferencia eszköz, amely Firefox (21-es verzió vagy újabb) és Chrome/Chromium (25-ös verzió vagy újabb) használatával működik. Egyszerűen hozzon létre új csevegőszobát, és küldje el valakinek a hivatkozást, akivel csevegni szeretne.'; +$a->strings['WebRTC is a video and audio conferencing tool that works in all modern browsers. Just create a new chat room and send the link to someone you want to chat with.'] = 'A WebRTC egy olyan video- és hangkonferencia-eszköz, amely minden modern böngészőben működik. Egyszerűen hozzon létre egy új csevegőszobát, és küldje el a hivatkozást annak, akivel csevegni szeretne.'; $a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Vegye fel a kapcsolatot a Friendica adminisztrátorával, és küldjön neki emlékeztetőt, hogy állítsa be a WebRTC bővítményt.'; From b64639dc4c6eaf57d563db93f2af93d8af4b2ae3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 17 Dec 2022 09:08:11 +0100 Subject: [PATCH 3/5] PL translation of various addons updated --- buglink/lang/pl/messages.po | 4 +- curweather/lang/pl/messages.po | 4 +- dwpost/lang/pl/messages.po | 4 +- fromapp/lang/pl/messages.po | 4 +- gnot/lang/pl/messages.po | 4 +- gravatar/lang/pl/messages.po | 4 +- group_text/lang/pl/messages.po | 4 +- impressum/lang/pl/messages.po | 4 +- .../lang/pl/messages.po | 4 +- irc/lang/pl/messages.po | 4 +- krynn/lang/pl/messages.po | 4 +- langfilter/lang/pl/messages.po | 4 +- mailstream/lang/pl/messages.po | 4 +- mathjax/lang/pl/messages.po | 4 +- nsfw/lang/pl/messages.po | 15 +++-- nsfw/lang/pl/strings.php | 3 +- numfriends/lang/pl/messages.po | 4 +- pageheader/lang/pl/messages.po | 4 +- piwik/lang/pl/messages.po | 4 +- planets/lang/pl/messages.po | 4 +- qcomment/lang/pl/messages.po | 4 +- randplace/lang/pl/messages.po | 4 +- smileybutton/lang/pl/messages.po | 4 +- tictac/lang/pl/messages.po | 4 +- twitter/lang/pl/messages.po | 67 ++++++++++++------- twitter/lang/pl/strings.php | 3 + 26 files changed, 98 insertions(+), 78 deletions(-) diff --git a/buglink/lang/pl/messages.po b/buglink/lang/pl/messages.po index 099a4c55..c31388ee 100644 --- a/buglink/lang/pl/messages.po +++ b/buglink/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-01 18:15+0100\n" -"PO-Revision-Date: 2018-03-30 17:07+0000\n" -"Last-Translator: Waldemar Stoczkowski\n" +"PO-Revision-Date: 2014-06-22 11:27+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/curweather/lang/pl/messages.po b/curweather/lang/pl/messages.po index a21d02bb..636797ed 100644 --- a/curweather/lang/pl/messages.po +++ b/curweather/lang/pl/messages.po @@ -11,8 +11,8 @@ 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-03-08 14:06+0000\n" -"Last-Translator: Piotr Strębski \n" +"PO-Revision-Date: 2014-06-22 11:34+0000\n" +"Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/dwpost/lang/pl/messages.po b/dwpost/lang/pl/messages.po index 5de99fe9..ebc3924f 100644 --- a/dwpost/lang/pl/messages.po +++ b/dwpost/lang/pl/messages.po @@ -11,8 +11,8 @@ 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-03-08 14:14+0000\n" -"Last-Translator: Piotr Strębski \n" +"PO-Revision-Date: 2014-06-22 11:41+0000\n" +"Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/fromapp/lang/pl/messages.po b/fromapp/lang/pl/messages.po index 8c20178d..4bfc3f81 100644 --- a/fromapp/lang/pl/messages.po +++ b/fromapp/lang/pl/messages.po @@ -10,8 +10,8 @@ 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" +"PO-Revision-Date: 2014-06-22 12:33+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018-2019\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/gnot/lang/pl/messages.po b/gnot/lang/pl/messages.po index 3cf307ce..2e292c91 100644 --- a/gnot/lang/pl/messages.po +++ b/gnot/lang/pl/messages.po @@ -10,8 +10,8 @@ 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:27+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 08:30+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/gravatar/lang/pl/messages.po b/gravatar/lang/pl/messages.po index c924f95f..33b08af7 100644 --- a/gravatar/lang/pl/messages.po +++ b/gravatar/lang/pl/messages.po @@ -11,8 +11,8 @@ 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-03-08 14:32+0000\n" -"Last-Translator: Piotr Strębski \n" +"PO-Revision-Date: 2014-06-23 08:33+0000\n" +"Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/group_text/lang/pl/messages.po b/group_text/lang/pl/messages.po index afa159ab..a1d6a3c8 100644 --- a/group_text/lang/pl/messages.po +++ b/group_text/lang/pl/messages.po @@ -10,8 +10,8 @@ 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:27+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 08:35+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/impressum/lang/pl/messages.po b/impressum/lang/pl/messages.po index 23948352..89316322 100644 --- a/impressum/lang/pl/messages.po +++ b/impressum/lang/pl/messages.po @@ -11,8 +11,8 @@ 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-03-08 14:33+0000\n" -"Last-Translator: Piotr Strębski \n" +"PO-Revision-Date: 2014-06-23 08:39+0000\n" +"Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/infiniteimprobabilitydrive/lang/pl/messages.po b/infiniteimprobabilitydrive/lang/pl/messages.po index 31183bc8..fd2c4563 100644 --- a/infiniteimprobabilitydrive/lang/pl/messages.po +++ b/infiniteimprobabilitydrive/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-01 18:15+0100\n" -"PO-Revision-Date: 2018-04-20 20:59+0000\n" -"Last-Translator: Waldemar Stoczkowski\n" +"PO-Revision-Date: 2014-06-23 08:41+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/irc/lang/pl/messages.po b/irc/lang/pl/messages.po index d84896f7..4355200c 100644 --- a/irc/lang/pl/messages.po +++ b/irc/lang/pl/messages.po @@ -10,8 +10,8 @@ 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-02-01 18:19+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 08:41+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/krynn/lang/pl/messages.po b/krynn/lang/pl/messages.po index 3416fa53..cffe981b 100644 --- a/krynn/lang/pl/messages.po +++ b/krynn/lang/pl/messages.po @@ -10,8 +10,8 @@ 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 16:22+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2015-07-07 15:14+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/langfilter/lang/pl/messages.po b/langfilter/lang/pl/messages.po index 284b9440..d7cacf9c 100644 --- a/langfilter/lang/pl/messages.po +++ b/langfilter/lang/pl/messages.po @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2022-03-08 14:08+0000\n" -"Last-Translator: Piotr Strębski \n" +"PO-Revision-Date: 2015-07-25 08:05+0000\n" +"Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/mailstream/lang/pl/messages.po b/mailstream/lang/pl/messages.po index 6fed10bb..9fb4aee0 100644 --- a/mailstream/lang/pl/messages.po +++ b/mailstream/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2018-04-30 20:13+0000\n" -"Last-Translator: Waldemar Stoczkowski\n" +"PO-Revision-Date: 2014-06-23 09:54+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/mathjax/lang/pl/messages.po b/mathjax/lang/pl/messages.po index 94703fa3..91249afb 100644 --- a/mathjax/lang/pl/messages.po +++ b/mathjax/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-22 16:24+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 09:55+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/nsfw/lang/pl/messages.po b/nsfw/lang/pl/messages.po index b865b7c5..67de5248 100644 --- a/nsfw/lang/pl/messages.po +++ b/nsfw/lang/pl/messages.po @@ -4,14 +4,15 @@ # # # Translators: +# Piotr Strębski , 2022 # Waldemar Stoczkowski, 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-22 17:22+0000\n" -"Last-Translator: Transifex Bot <>\n" +"POT-Creation-Date: 2022-11-18 11:57-0500\n" +"PO-Revision-Date: 2014-06-23 10:34+0000\n" +"Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,8 +37,10 @@ msgid "Comma separated list of keywords to hide" msgstr "Rozdzielana przecinkami lista słów kluczowych do ukrycia" #: nsfw.php:67 -msgid "Use /expression/ to provide regular expressions" -msgstr "Użyj /wyrażenia/, aby zapewnić wyrażenia regularne" +msgid "" +"Use /expression/ to provide regular expressions, #tag to specfically match " +"hashtags (case-insensitive), or regular words (case-sensitive)" +msgstr "" #: nsfw.php:72 msgid "Content Filter (NSFW and more)" @@ -46,7 +49,7 @@ msgstr "Filtr zawartości (NSFW i więcej)" #: nsfw.php:140 #, php-format msgid "Filtered tag: %s" -msgstr "Filtrowane tagów: %s" +msgstr "Filtrowane znaczników: %s" #: nsfw.php:142 #, php-format diff --git a/nsfw/lang/pl/strings.php b/nsfw/lang/pl/strings.php index 3e7cbd98..3fc65a76 100644 --- a/nsfw/lang/pl/strings.php +++ b/nsfw/lang/pl/strings.php @@ -8,7 +8,6 @@ function string_plural_select_pl($n){ $a->strings['This addon searches for specified words/text in posts and collapses them. It can be used to filter content tagged with for instance #NSFW that may be deemed inappropriate at certain times or places, such as being at work. It is also useful for hiding irrelevant or annoying content from direct view.'] = 'Ten dodatek szuka określonych słów/tekstów w postach i zwija je. Może służyć do filtrowania treści oznaczonych np. NSFW, które mogą zostać uznane za nieodpowiednie w określonych momentach lub miejscach, na przykład w pracy. Jest to również przydatne do ukrywania nieistotnych lub irytujących treści z bezpośredniego widoku.'; $a->strings['Enable Content filter'] = 'Włącz filtr treści'; $a->strings['Comma separated list of keywords to hide'] = 'Rozdzielana przecinkami lista słów kluczowych do ukrycia'; -$a->strings['Use /expression/ to provide regular expressions'] = 'Użyj /wyrażenia/, aby zapewnić wyrażenia regularne'; $a->strings['Content Filter (NSFW and more)'] = 'Filtr zawartości (NSFW i więcej)'; -$a->strings['Filtered tag: %s'] = 'Filtrowane tagów: %s'; +$a->strings['Filtered tag: %s'] = 'Filtrowane znaczników: %s'; $a->strings['Filtered word: %s'] = 'Filtrowane słowo: %s'; diff --git a/numfriends/lang/pl/messages.po b/numfriends/lang/pl/messages.po index 5a791939..4534282b 100644 --- a/numfriends/lang/pl/messages.po +++ b/numfriends/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-22 15:27+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 10:58+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/pageheader/lang/pl/messages.po b/pageheader/lang/pl/messages.po index 41ed9ad7..fb174ac6 100644 --- a/pageheader/lang/pl/messages.po +++ b/pageheader/lang/pl/messages.po @@ -10,8 +10,8 @@ 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-01 20:21+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 11:17+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/piwik/lang/pl/messages.po b/piwik/lang/pl/messages.po index 41a079d1..dffb568c 100644 --- a/piwik/lang/pl/messages.po +++ b/piwik/lang/pl/messages.po @@ -10,8 +10,8 @@ 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-01 18:23+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 11:18+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018-2019\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/planets/lang/pl/messages.po b/planets/lang/pl/messages.po index 59b6d338..dbcaf608 100644 --- a/planets/lang/pl/messages.po +++ b/planets/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-22 16:22+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 11:19+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/qcomment/lang/pl/messages.po b/qcomment/lang/pl/messages.po index ced34ed9..c2e6dd98 100644 --- a/qcomment/lang/pl/messages.po +++ b/qcomment/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-22 16:24+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 12:30+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/randplace/lang/pl/messages.po b/randplace/lang/pl/messages.po index cfb6a3d4..18bf07e2 100644 --- a/randplace/lang/pl/messages.po +++ b/randplace/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-22 17:21+0000\n" -"Last-Translator: Transifex Bot <>\n" +"PO-Revision-Date: 2014-06-23 12:34+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/smileybutton/lang/pl/messages.po b/smileybutton/lang/pl/messages.po index d0db1a1f..79791140 100644 --- a/smileybutton/lang/pl/messages.po +++ b/smileybutton/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2018-08-04 10:17+0000\n" -"Last-Translator: Waldemar Stoczkowski\n" +"PO-Revision-Date: 2014-06-23 12:45+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tictac/lang/pl/messages.po b/tictac/lang/pl/messages.po index 6c777469..7cbe4328 100644 --- a/tictac/lang/pl/messages.po +++ b/tictac/lang/pl/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-02-01 18:15+0100\n" -"PO-Revision-Date: 2018-08-05 15:52+0000\n" -"Last-Translator: Waldemar Stoczkowski\n" +"PO-Revision-Date: 2014-06-23 12:57+0000\n" +"Last-Translator: Waldemar Stoczkowski, 2018\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/twitter/lang/pl/messages.po b/twitter/lang/pl/messages.po index 5044e80b..adf3809c 100644 --- a/twitter/lang/pl/messages.po +++ b/twitter/lang/pl/messages.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-27 10:25-0500\n" +"POT-Creation-Date: 2022-11-13 10:15+0000\n" "PO-Revision-Date: 2014-06-23 12:58+0000\n" "Last-Translator: Piotr Strębski , 2022\n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" @@ -20,23 +20,23 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: twitter.php:213 +#: twitter.php:216 msgid "Post to Twitter" msgstr "Opublikuj na Twitterze" -#: twitter.php:258 +#: twitter.php:263 msgid "" "You submitted an empty PIN, please Sign In with Twitter again to get a new " "one." msgstr "Przesłałeś pusty kod PIN, zaloguj się ponownie na Twitterze, aby otrzymać nowy." -#: twitter.php:321 +#: twitter.php:330 msgid "" "No consumer key pair for Twitter found. Please contact your site " "administrator." msgstr "Nie znaleziono pary kluczy konsumpcyjnych dla Twittera. Skontaktuj się z administratorem witryny." -#: twitter.php:334 +#: twitter.php:343 msgid "" "At this Friendica instance the Twitter addon was enabled but you have not " "yet connected your account to your Twitter account. To do so click the " @@ -45,26 +45,26 @@ msgid "" " be posted to Twitter." msgstr "W tej instancji Friendica dodatek do Twittera został włączony, ale jeszcze nie podłączyłeś swojego konta do konta na Twitterze. Aby to zrobić, kliknij przycisk poniżej, aby uzyskać numer PIN z Twittera, który musisz skopiować do poniższego pola wprowadzania i przesłać formularz. Tylko Twoje publiczne posty będą publikowane na Twitterze." -#: twitter.php:335 +#: twitter.php:344 msgid "Log in with Twitter" msgstr "Zaloguj się przez Twitter" -#: twitter.php:337 +#: twitter.php:346 msgid "Copy the PIN from Twitter here" msgstr "Skopiuj tutaj kod PIN z Twittera" -#: twitter.php:345 twitter.php:388 +#: twitter.php:354 twitter.php:399 msgid "An error occured: " msgstr "Wystąpił błąd:" -#: twitter.php:359 +#: twitter.php:368 #, php-format msgid "" "Currently connected to: %1$s" msgstr "Obecnie połączony z: %1$s" -#: twitter.php:365 +#: twitter.php:374 msgid "" "Note: Due to your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " @@ -72,42 +72,46 @@ msgid "" "the visitor that the access to your profile has been restricted." msgstr "Uwaga: Ze względu na ustawienia prywatności (Ukryć szczegóły Twojego profilu, przed nieznanymi użytkownikami?) link potencjalnie zawarty w publicznych komentarzach do Twitter doprowadzi użytkownika do pustej strony informowania odwiedzających, że dostęp do Twojego profilu został ograniczony." -#: twitter.php:372 +#: twitter.php:381 msgid "Invalid Twitter info" msgstr "Nieprawidłowe informacje Twittera" -#: twitter.php:373 +#: twitter.php:382 msgid "Disconnect" msgstr "Rozłączony" -#: twitter.php:378 +#: twitter.php:387 msgid "Allow posting to Twitter" msgstr "Zezwalaj na publikowanie na Twitterze" -#: twitter.php:378 +#: twitter.php:387 msgid "" "If enabled all your public postings can be posted to the " "associated Twitter account. You can choose to do so by default (here) or for" " every posting separately in the posting options when writing the entry." msgstr "Jeśli ta opcja jest włączona, wszystkie twoje publiczne ogłoszenia mogą być wysyłane na powiązane konto Twitter. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu." -#: twitter.php:379 +#: twitter.php:388 msgid "Send public postings to Twitter by default" msgstr "Wyślij domyślnie komentarze publiczne do Twitter" -#: twitter.php:380 +#: twitter.php:389 +msgid "Use threads instead of truncating the content" +msgstr "Używaj wątków zamiast obcinania treści" + +#: twitter.php:390 msgid "Mirror all posts from twitter that are no replies" msgstr "Lustro wszystkich postów Twitter, które są bez odpowiedzi" -#: twitter.php:381 +#: twitter.php:391 msgid "Import the remote timeline" msgstr "Zaimportuj zdalną oś czasu" -#: twitter.php:382 +#: twitter.php:392 msgid "Automatically create contacts" msgstr "Automatycznie twórz kontakty" -#: twitter.php:382 +#: twitter.php:392 msgid "" "This will automatically create a contact in Friendica as soon as you receive" " a message from an existing contact via the Twitter network. If you do not " @@ -115,33 +119,44 @@ msgid "" "from whom you would like to see posts here." msgstr "Spowoduje to automatyczne utworzenie kontaktu w Friendica, gdy tylko otrzymasz wiadomość od istniejącego kontaktu za pośrednictwem sieci Twitter. Jeśli nie włączysz tej opcji, musisz ręcznie dodać te kontakty z Twittera w Friendica, od których chciałbyś widzieć tutaj wpisy." -#: twitter.php:395 +#: twitter.php:393 +msgid "Follow in fediverse" +msgstr "Śledź w fediverse" + +#: twitter.php:393 +msgid "" +"Automatically subscribe to the contact in the fediverse, when a fediverse " +"account is mentioned in name or description and we are following the Twitter" +" contact." +msgstr "Automatycznie subskrybuj kontakt w fediverse, gdy konto fediverse jest wymienione w nazwie lub opisie i obserwujesz kontakt na Twitterze." + +#: twitter.php:406 msgid "Twitter Import/Export/Mirror" msgstr "Twitter Import/Export/Mirror" -#: twitter.php:547 +#: twitter.php:558 msgid "" "Please connect a Twitter account in your Social Network settings to import " "Twitter posts." msgstr "Aby zaimportować wpisy z Twittera, połącz konto Twitter w ustawieniach sieci społecznościowej." -#: twitter.php:554 +#: twitter.php:565 msgid "Twitter post not found." msgstr "Nie odnaleziono wpisu Twittera." -#: twitter.php:914 +#: twitter.php:965 msgid "Save Settings" msgstr "Zapisz ustawienia" -#: twitter.php:916 +#: twitter.php:967 msgid "Consumer key" msgstr "Klucz klienta" -#: twitter.php:917 +#: twitter.php:968 msgid "Consumer secret" msgstr "Tajny klucz klienta" -#: twitter.php:1113 +#: twitter.php:1167 #, php-format msgid "%s on Twitter" msgstr "%s na Twitterze" diff --git a/twitter/lang/pl/strings.php b/twitter/lang/pl/strings.php index dcea7563..3d44c3e5 100644 --- a/twitter/lang/pl/strings.php +++ b/twitter/lang/pl/strings.php @@ -19,10 +19,13 @@ $a->strings['Disconnect'] = 'Rozłączony'; $a->strings['Allow posting to Twitter'] = 'Zezwalaj na publikowanie na Twitterze'; $a->strings['If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry.'] = 'Jeśli ta opcja jest włączona, wszystkie twoje publiczne ogłoszenia mogą być wysyłane na powiązane konto Twitter. Możesz to zrobić domyślnie (tutaj) lub dla każdego komentarza osobno w opcjach komentarza podczas pisania wpisu.'; $a->strings['Send public postings to Twitter by default'] = 'Wyślij domyślnie komentarze publiczne do Twitter'; +$a->strings['Use threads instead of truncating the content'] = 'Używaj wątków zamiast obcinania treści'; $a->strings['Mirror all posts from twitter that are no replies'] = 'Lustro wszystkich postów Twitter, które są bez odpowiedzi'; $a->strings['Import the remote timeline'] = 'Zaimportuj zdalną oś czasu'; $a->strings['Automatically create contacts'] = 'Automatycznie twórz kontakty'; $a->strings['This will automatically create a contact in Friendica as soon as you receive a message from an existing contact via the Twitter network. If you do not enable this, you need to manually add those Twitter contacts in Friendica from whom you would like to see posts here.'] = 'Spowoduje to automatyczne utworzenie kontaktu w Friendica, gdy tylko otrzymasz wiadomość od istniejącego kontaktu za pośrednictwem sieci Twitter. Jeśli nie włączysz tej opcji, musisz ręcznie dodać te kontakty z Twittera w Friendica, od których chciałbyś widzieć tutaj wpisy.'; +$a->strings['Follow in fediverse'] = 'Śledź w fediverse'; +$a->strings['Automatically subscribe to the contact in the fediverse, when a fediverse account is mentioned in name or description and we are following the Twitter contact.'] = 'Automatycznie subskrybuj kontakt w fediverse, gdy konto fediverse jest wymienione w nazwie lub opisie i obserwujesz kontakt na Twitterze.'; $a->strings['Twitter Import/Export/Mirror'] = 'Twitter Import/Export/Mirror'; $a->strings['Please connect a Twitter account in your Social Network settings to import Twitter posts.'] = 'Aby zaimportować wpisy z Twittera, połącz konto Twitter w ustawieniach sieci społecznościowej.'; $a->strings['Twitter post not found.'] = 'Nie odnaleziono wpisu Twittera.'; From 71d9a4268819456b55abab0683c2cf32d44515ef Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 17 Dec 2022 09:08:25 +0100 Subject: [PATCH 4/5] HU translation of various addons updated --- blackout/lang/hu/messages.po | 4 +- blockem/lang/hu/messages.po | 4 +- buglink/lang/hu/messages.po | 4 +- curweather/lang/hu/messages.po | 4 +- diaspora/lang/hu/messages.po | 4 +- dwpost/lang/hu/messages.po | 4 +- forumdirectory/lang/hu/messages.po | 4 +- fromapp/lang/hu/messages.po | 4 +- geonames/lang/hu/messages.po | 4 +- gnot/lang/hu/messages.po | 4 +- gravatar/lang/hu/messages.po | 4 +- group_text/lang/hu/messages.po | 4 +- ijpost/lang/hu/messages.po | 4 +- impressum/lang/hu/messages.po | 4 +- .../lang/hu/messages.po | 4 +- irc/lang/hu/messages.po | 4 +- js_upload/lang/hu/messages.po | 4 +- krynn/lang/hu/messages.po | 4 +- langfilter/lang/hu/messages.po | 4 +- libertree/lang/hu/messages.po | 4 +- libravatar/lang/hu/messages.po | 4 +- ljpost/lang/hu/messages.po | 4 +- mailstream/lang/hu/messages.po | 4 +- mathjax/lang/hu/messages.po | 4 +- newmemberwidget/lang/hu/messages.po | 4 +- nsfw/lang/hu/messages.po | 14 ++-- numfriends/lang/hu/messages.po | 4 +- openstreetmap/lang/hu/messages.po | 4 +- pageheader/lang/hu/messages.po | 4 +- piwik/lang/hu/messages.po | 4 +- planets/lang/hu/messages.po | 4 +- public_server/lang/hu/messages.po | 4 +- pumpio/lang/hu/messages.po | 4 +- qcomment/lang/hu/messages.po | 4 +- randplace/lang/hu/messages.po | 4 +- rendertime/lang/hu/messages.po | 4 +- showmore/lang/hu/messages.po | 4 +- smileybutton/lang/hu/messages.po | 4 +- startpage/lang/hu/messages.po | 4 +- statusnet/lang/hu/messages.po | 4 +- superblock/lang/hu/messages.po | 4 +- testdrive/lang/hu/messages.po | 4 +- tictac/lang/hu/messages.po | 4 +- tumblr/lang/hu/messages.po | 4 +- twitter/lang/hu/messages.po | 73 +++++++++++-------- webrtc/lang/hu/messages.po | 30 ++++---- windowsphonepush/lang/hu/messages.po | 4 +- wppost/lang/hu/messages.po | 4 +- 48 files changed, 157 insertions(+), 140 deletions(-) diff --git a/blackout/lang/hu/messages.po b/blackout/lang/hu/messages.po index f645576f..2f2d90ce 100644 --- a/blackout/lang/hu/messages.po +++ b/blackout/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 11:12+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 11:19+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/blockem/lang/hu/messages.po b/blockem/lang/hu/messages.po index 13ad5944..3a29b820 100644 --- a/blockem/lang/hu/messages.po +++ b/blockem/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \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" +"PO-Revision-Date: 2014-06-22 11:20+0000\n" +"Last-Translator: Balázs Úr, 2020\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/buglink/lang/hu/messages.po b/buglink/lang/hu/messages.po index bc9e7fa7..0eaada0b 100644 --- a/buglink/lang/hu/messages.po +++ b/buglink/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:09+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 11:27+0000\n" +"Last-Translator: Balázs Úr, 2020\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/curweather/lang/hu/messages.po b/curweather/lang/hu/messages.po index d8d1b6d1..e2429bc9 100644 --- a/curweather/lang/hu/messages.po +++ b/curweather/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:18+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 11:34+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/diaspora/lang/hu/messages.po b/diaspora/lang/hu/messages.po index 6c869048..9ca3f322 100644 --- a/diaspora/lang/hu/messages.po +++ b/diaspora/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:19+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 11:39+0000\n" +"Last-Translator: Balázs Úr, 2020\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/dwpost/lang/hu/messages.po b/dwpost/lang/hu/messages.po index 72dce233..98356f65 100644 --- a/dwpost/lang/hu/messages.po +++ b/dwpost/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 18:31+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 11:41+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/forumdirectory/lang/hu/messages.po b/forumdirectory/lang/hu/messages.po index ef1e012b..996d310c 100644 --- a/forumdirectory/lang/hu/messages.po +++ b/forumdirectory/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:19+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 12:31+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/fromapp/lang/hu/messages.po b/fromapp/lang/hu/messages.po index febf55e8..89168952 100644 --- a/fromapp/lang/hu/messages.po +++ b/fromapp/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:20+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-22 12:33+0000\n" +"Last-Translator: Balázs Úr, 2020\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/geonames/lang/hu/messages.po b/geonames/lang/hu/messages.po index 4140190e..522f5146 100644 --- a/geonames/lang/hu/messages.po +++ b/geonames/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:20+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:27+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/gnot/lang/hu/messages.po b/gnot/lang/hu/messages.po index 62a4ae48..0a902ba1 100644 --- a/gnot/lang/hu/messages.po +++ b/gnot/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:21+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:30+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/gravatar/lang/hu/messages.po b/gravatar/lang/hu/messages.po index 2d8d4e26..4fd44a97 100644 --- a/gravatar/lang/hu/messages.po +++ b/gravatar/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:21+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:33+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/group_text/lang/hu/messages.po b/group_text/lang/hu/messages.po index a7b87e75..2c4f19c9 100644 --- a/group_text/lang/hu/messages.po +++ b/group_text/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:21+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:35+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/ijpost/lang/hu/messages.po b/ijpost/lang/hu/messages.po index 2beef4f8..5a0d6e5d 100644 --- a/ijpost/lang/hu/messages.po +++ b/ijpost/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:22+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:37+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/impressum/lang/hu/messages.po b/impressum/lang/hu/messages.po index bf33083b..2615b2c8 100644 --- a/impressum/lang/hu/messages.po +++ b/impressum/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:22+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:39+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/infiniteimprobabilitydrive/lang/hu/messages.po b/infiniteimprobabilitydrive/lang/hu/messages.po index 6bdba2f7..bfb49fca 100644 --- a/infiniteimprobabilitydrive/lang/hu/messages.po +++ b/infiniteimprobabilitydrive/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:22+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:41+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/irc/lang/hu/messages.po b/irc/lang/hu/messages.po index 92076259..72c2dda5 100644 --- a/irc/lang/hu/messages.po +++ b/irc/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:23+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:41+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/js_upload/lang/hu/messages.po b/js_upload/lang/hu/messages.po index d6a36359..45b72327 100644 --- a/js_upload/lang/hu/messages.po +++ b/js_upload/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:23+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 08:46+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/krynn/lang/hu/messages.po b/krynn/lang/hu/messages.po index 7910f03a..e78e872b 100644 --- a/krynn/lang/hu/messages.po +++ b/krynn/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:23+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2015-07-07 15:14+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/langfilter/lang/hu/messages.po b/langfilter/lang/hu/messages.po index dbd69437..b41d8732 100644 --- a/langfilter/lang/hu/messages.po +++ b/langfilter/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-23 17:24+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2015-07-25 08:05+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/libertree/lang/hu/messages.po b/libertree/lang/hu/messages.po index 649fb1eb..83016c6c 100644 --- a/libertree/lang/hu/messages.po +++ b/libertree/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 18:44+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 09:44+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/libravatar/lang/hu/messages.po b/libravatar/lang/hu/messages.po index 8055045f..ad437872 100644 --- a/libravatar/lang/hu/messages.po +++ b/libravatar/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:24+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 09:49+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/ljpost/lang/hu/messages.po b/ljpost/lang/hu/messages.po index bdf924d1..ccc13e03 100644 --- a/ljpost/lang/hu/messages.po +++ b/ljpost/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 18:46+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 09:51+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/mailstream/lang/hu/messages.po b/mailstream/lang/hu/messages.po index 5b86cc42..3302564d 100644 --- a/mailstream/lang/hu/messages.po +++ b/mailstream/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-23 17:25+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 09:54+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/mathjax/lang/hu/messages.po b/mathjax/lang/hu/messages.po index 578fa5ee..ad610b62 100644 --- a/mathjax/lang/hu/messages.po +++ b/mathjax/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-23 17:25+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 09:55+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/newmemberwidget/lang/hu/messages.po b/newmemberwidget/lang/hu/messages.po index 38c72dab..41453463 100644 --- a/newmemberwidget/lang/hu/messages.po +++ b/newmemberwidget/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:26+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 10:26+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/nsfw/lang/hu/messages.po b/nsfw/lang/hu/messages.po index 3c61c127..a862c0da 100644 --- a/nsfw/lang/hu/messages.po +++ b/nsfw/lang/hu/messages.po @@ -4,14 +4,14 @@ # # # Translators: -# Balázs Úr, 2020-2021 +# Balázs Úr, 2020-2022 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-23 18:52+0000\n" -"Last-Translator: Balázs Úr\n" +"POT-Creation-Date: 2022-11-18 11:57-0500\n" +"PO-Revision-Date: 2014-06-23 10:34+0000\n" +"Last-Translator: Balázs Úr, 2020-2022\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,8 +36,10 @@ msgid "Comma separated list of keywords to hide" msgstr "Kulcsszavak vesszővel elválasztott listája az elrejtéshez" #: nsfw.php:67 -msgid "Use /expression/ to provide regular expressions" -msgstr "Használjon /kifejezést/ reguláris kifejezések megadásához" +msgid "" +"Use /expression/ to provide regular expressions, #tag to specfically match " +"hashtags (case-insensitive), or regular words (case-sensitive)" +msgstr "Használjon /kifejezést/ reguláris kifejezések megadásához, #címkét a kettőskeresztescímkék kifejezett illesztéséhez (nem érzékeny a kis- és nagybetűkre) vagy szabályos szavakat (kis- és nagybetűérzékeny)" #: nsfw.php:72 msgid "Content Filter (NSFW and more)" diff --git a/numfriends/lang/hu/messages.po b/numfriends/lang/hu/messages.po index f119815c..33c313c2 100644 --- a/numfriends/lang/hu/messages.po +++ b/numfriends/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-23 18:53+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 10:58+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/openstreetmap/lang/hu/messages.po b/openstreetmap/lang/hu/messages.po index afbf2986..9925c60f 100644 --- a/openstreetmap/lang/hu/messages.po +++ b/openstreetmap/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 18:53+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 11:01+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/pageheader/lang/hu/messages.po b/pageheader/lang/hu/messages.po index 0c00ebd6..261895cc 100644 --- a/pageheader/lang/hu/messages.po +++ b/pageheader/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 18:53+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 11:17+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/piwik/lang/hu/messages.po b/piwik/lang/hu/messages.po index 457198b4..cbaa8df2 100644 --- a/piwik/lang/hu/messages.po +++ b/piwik/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 18:54+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 11:18+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/planets/lang/hu/messages.po b/planets/lang/hu/messages.po index e66a44a6..c87043ad 100644 --- a/planets/lang/hu/messages.po +++ b/planets/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:15-0500\n" -"PO-Revision-Date: 2021-12-23 18:54+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 11:19+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/public_server/lang/hu/messages.po b/public_server/lang/hu/messages.po index bc45cc39..aadd0981 100644 --- a/public_server/lang/hu/messages.po +++ b/public_server/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 18:54+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 11:24+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/pumpio/lang/hu/messages.po b/pumpio/lang/hu/messages.po index 21e15c82..511c8205 100644 --- a/pumpio/lang/hu/messages.po +++ b/pumpio/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 19:08+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 11:30+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/qcomment/lang/hu/messages.po b/qcomment/lang/hu/messages.po index 3c46315e..02177c78 100644 --- a/qcomment/lang/hu/messages.po +++ b/qcomment/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-23 18:55+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:30+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/randplace/lang/hu/messages.po b/randplace/lang/hu/messages.po index 019533dd..50fa0a18 100644 --- a/randplace/lang/hu/messages.po +++ b/randplace/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-23 18:55+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:34+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/rendertime/lang/hu/messages.po b/rendertime/lang/hu/messages.po index 8d7854ea..6e26a25b 100644 --- a/rendertime/lang/hu/messages.po +++ b/rendertime/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-12-12 22:09+0000\n" -"PO-Revision-Date: 2021-12-23 19:14+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:36+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/showmore/lang/hu/messages.po b/showmore/lang/hu/messages.po index e24bc766..001eb0ec 100644 --- a/showmore/lang/hu/messages.po +++ b/showmore/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-23 19:17+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:37+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/smileybutton/lang/hu/messages.po b/smileybutton/lang/hu/messages.po index 4ed6da24..f5cf3363 100644 --- a/smileybutton/lang/hu/messages.po +++ b/smileybutton/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-23 14:45+0200\n" -"PO-Revision-Date: 2021-12-23 19:17+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:45+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/startpage/lang/hu/messages.po b/startpage/lang/hu/messages.po index 5fd91a74..be4382be 100644 --- a/startpage/lang/hu/messages.po +++ b/startpage/lang/hu/messages.po @@ -11,8 +11,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-23 19:20+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:51+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/statusnet/lang/hu/messages.po b/statusnet/lang/hu/messages.po index 82884dde..ec800d85 100644 --- a/statusnet/lang/hu/messages.po +++ b/statusnet/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 19:26+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:54+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/superblock/lang/hu/messages.po b/superblock/lang/hu/messages.po index 239bb76e..f0b0f64f 100644 --- a/superblock/lang/hu/messages.po +++ b/superblock/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-23 19:29+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:55+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/testdrive/lang/hu/messages.po b/testdrive/lang/hu/messages.po index b299f288..01da0030 100644 --- a/testdrive/lang/hu/messages.po +++ b/testdrive/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 18:56+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:56+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tictac/lang/hu/messages.po b/tictac/lang/hu/messages.po index c479fbc9..6eeffca1 100644 --- a/tictac/lang/hu/messages.po +++ b/tictac/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-12-23 17:29+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:57+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/tumblr/lang/hu/messages.po b/tumblr/lang/hu/messages.po index 7beb7d33..c3920576 100644 --- a/tumblr/lang/hu/messages.po +++ b/tumblr/lang/hu/messages.po @@ -10,8 +10,8 @@ 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-23 17:29+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 12:58+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/twitter/lang/hu/messages.po b/twitter/lang/hu/messages.po index d119536b..7ff28101 100644 --- a/twitter/lang/hu/messages.po +++ b/twitter/lang/hu/messages.po @@ -4,14 +4,14 @@ # # # Translators: -# Balázs Úr, 2020-2021 +# Balázs Úr, 2020-2022 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-27 10:25-0500\n" -"PO-Revision-Date: 2021-12-23 19:33+0000\n" -"Last-Translator: Balázs Úr\n" +"POT-Creation-Date: 2022-11-13 10:15+0000\n" +"PO-Revision-Date: 2014-06-23 12:58+0000\n" +"Last-Translator: Balázs Úr, 2020-2022\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,23 +19,23 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: twitter.php:213 +#: twitter.php:216 msgid "Post to Twitter" msgstr "Beküldés a Twitterre" -#: twitter.php:258 +#: twitter.php:263 msgid "" "You submitted an empty PIN, please Sign In with Twitter again to get a new " "one." msgstr "Üres PIN-kódot küldött be. Jelentkezzen be a Twitter használatával újra, hogy egy újat kapjon." -#: twitter.php:321 +#: twitter.php:330 msgid "" "No consumer key pair for Twitter found. Please contact your site " "administrator." msgstr "Nem találhatók felhasználói kulcspárok a Twitterhez. Vegye fel a kapcsolatot az oldal adminisztrátorával." -#: twitter.php:334 +#: twitter.php:343 msgid "" "At this Friendica instance the Twitter addon was enabled but you have not " "yet connected your account to your Twitter account. To do so click the " @@ -44,26 +44,26 @@ msgid "" " be posted to Twitter." msgstr "Ennél a Friendica példánynál a Twitter bővítmény engedélyezve lett, de még nem kapcsolta hozzá a fiókját a Twitter-fiókjához. Ehhez kattintson a lenti gombra, hogy kapjon egy PIN-kódot a Twittertől, amelyet a lenti beviteli mezőbe kell bemásolnia, majd el kell küldenie az űrlapot. Csak a nyilvános bejegyzései lesznek beküldve a Twitterre." -#: twitter.php:335 +#: twitter.php:344 msgid "Log in with Twitter" msgstr "Bejelentkezés Twitter használatával" -#: twitter.php:337 +#: twitter.php:346 msgid "Copy the PIN from Twitter here" msgstr "Másolja be ide a Twittertől kapott PIN-kódot" -#: twitter.php:345 twitter.php:388 +#: twitter.php:354 twitter.php:399 msgid "An error occured: " msgstr "Hiba történt: " -#: twitter.php:359 +#: twitter.php:368 #, php-format msgid "" "Currently connected to: %1$s" msgstr "Jelenleg ehhez kapcsolódott: %1$s" -#: twitter.php:365 +#: twitter.php:374 msgid "" "Note: Due to your privacy settings (Hide your profile " "details from unknown viewers?) the link potentially included in public " @@ -71,42 +71,46 @@ msgid "" "the visitor that the access to your profile has been restricted." msgstr "Megjegyzés: az adatvédelmi beállításai miatt (Elrejti a profilja részleteit az ismeretlen megtekintők elől?) a Twitterre továbbított nyilvános beküldésekben vélhetően tartalmazott hivatkozás a látogatót egy üres oldalra fogja vezetni, amely arról tájékoztatja a látogatót, hogy a profiljához való hozzáférés korlátozva lett." -#: twitter.php:372 +#: twitter.php:381 msgid "Invalid Twitter info" msgstr "Érvénytelen Twitter-információk" -#: twitter.php:373 +#: twitter.php:382 msgid "Disconnect" msgstr "Leválasztás" -#: twitter.php:378 +#: twitter.php:387 msgid "Allow posting to Twitter" msgstr "Beküldés engedélyezése a Twitterre" -#: twitter.php:378 +#: twitter.php:387 msgid "" "If enabled all your public postings can be posted to the " "associated Twitter account. You can choose to do so by default (here) or for" " every posting separately in the posting options when writing the entry." msgstr "Ha engedélyezve van, akkor az összes nyilvános beküldés beküldhető a hozzárendelt Twitter-fiókba. Kiválaszthatja, hogy ezt alapértelmezetten szeretné-e (itt), vagy minden egyes beküldésnél különállóan a beküldési beállításokban, amikor megírja a bejegyzést." -#: twitter.php:379 +#: twitter.php:388 msgid "Send public postings to Twitter by default" msgstr "Nyilvános beküldések küldése a Twitterre alapértelmezetten" -#: twitter.php:380 +#: twitter.php:389 +msgid "Use threads instead of truncating the content" +msgstr "Szálak használata a tartalom csonkítása helyett" + +#: twitter.php:390 msgid "Mirror all posts from twitter that are no replies" msgstr "A Twittertől származó összes bejegyzés tükrözése, amelyek nem válaszok" -#: twitter.php:381 +#: twitter.php:391 msgid "Import the remote timeline" msgstr "A távoli idővonal importálása" -#: twitter.php:382 +#: twitter.php:392 msgid "Automatically create contacts" msgstr "Partnerek automatikus létrehozása" -#: twitter.php:382 +#: twitter.php:392 msgid "" "This will automatically create a contact in Friendica as soon as you receive" " a message from an existing contact via the Twitter network. If you do not " @@ -114,33 +118,44 @@ msgid "" "from whom you would like to see posts here." msgstr "Ez automatikusan létre fog hozni egy partnert a Friendicán, amint üzenetet fogad egy meglévő partnertől a Twitter hálózaton keresztül. Ha ezt nem engedélyezi, akkor kézzel kell hozzáadnia azokat a Twitter-partnereket a Friendicában, akiktől bejegyzéseket szeretne látni itt." -#: twitter.php:395 +#: twitter.php:393 +msgid "Follow in fediverse" +msgstr "Követés a födiverzumban" + +#: twitter.php:393 +msgid "" +"Automatically subscribe to the contact in the fediverse, when a fediverse " +"account is mentioned in name or description and we are following the Twitter" +" contact." +msgstr "Automatikus feliratkozás a födiverzumban lévő partnerre, ha egy födiverzumfiókot említenek a névben vagy a leírásban, és követjük a Twitter-partnert." + +#: twitter.php:406 msgid "Twitter Import/Export/Mirror" msgstr "Twitter importálás, exportálás vagy tükrözés" -#: twitter.php:547 +#: twitter.php:558 msgid "" "Please connect a Twitter account in your Social Network settings to import " "Twitter posts." msgstr "Kapcsoljon hozzá egy Twitter-fiókot a közösségi hálózatok beállításában a Twitter-bejegyzések importálásához." -#: twitter.php:554 +#: twitter.php:565 msgid "Twitter post not found." msgstr "A Twitter-bejegyzés nem található." -#: twitter.php:914 +#: twitter.php:965 msgid "Save Settings" msgstr "Beállítások mentése" -#: twitter.php:916 +#: twitter.php:967 msgid "Consumer key" msgstr "Felhasználói kulcs" -#: twitter.php:917 +#: twitter.php:968 msgid "Consumer secret" msgstr "Felhasználói titok" -#: twitter.php:1113 +#: twitter.php:1167 #, php-format msgid "%s on Twitter" msgstr "%s a Twitteren" diff --git a/webrtc/lang/hu/messages.po b/webrtc/lang/hu/messages.po index 063e0b48..570e74f7 100644 --- a/webrtc/lang/hu/messages.po +++ b/webrtc/lang/hu/messages.po @@ -4,14 +4,14 @@ # # # Translators: -# Balázs Úr, 2020-2021 +# Balázs Úr, 2020-2022 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-02-01 18:16+0100\n" -"PO-Revision-Date: 2021-12-23 17:28+0000\n" -"Last-Translator: Balázs Úr\n" +"POT-Creation-Date: 2022-04-29 15:56+0200\n" +"PO-Revision-Date: 2014-06-23 13:05+0000\n" +"Last-Translator: Balázs Úr, 2020-2022\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,36 +19,36 @@ msgstr "" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: webrtc.php:19 +#: webrtc.php:18 msgid "WebRTC Videochat" msgstr "WebRTC videocsevegés" -#: webrtc.php:25 +#: webrtc.php:24 msgid "Save Settings" msgstr "Beállítások mentése" -#: webrtc.php:26 +#: webrtc.php:25 msgid "WebRTC Base URL" msgstr "WebRTC alap URL" -#: webrtc.php:26 +#: webrtc.php:25 msgid "" "Page your users will create a WebRTC chat room on. For example you could use" " https://live.mayfirst.org ." msgstr "Egy oldal, ahol a felhasználók WebRTC csevegőszobát fognak létrehozni. Például használhatja a https://live.mayfirst.org oldalt." -#: webrtc.php:45 +#: webrtc.php:44 msgid "Video Chat" msgstr "Videocsevegés" -#: webrtc.php:46 +#: webrtc.php:45 msgid "" -"WebRTC is a video and audio conferencing tool that works with Firefox " -"(version 21 and above) and Chrome/Chromium (version 25 and above). Just " -"create a new chat room and send the link to someone you want to chat with." -msgstr "A WebRTC egy video- és hangkonferencia eszköz, amely Firefox (21-es verzió vagy újabb) és Chrome/Chromium (25-ös verzió vagy újabb) használatával működik. Egyszerűen hozzon létre új csevegőszobát, és küldje el valakinek a hivatkozást, akivel csevegni szeretne." +"WebRTC is a video and audio conferencing tool that works in all modern " +"browsers. Just create a new chat room and send the link to someone you want " +"to chat with." +msgstr "A WebRTC egy olyan video- és hangkonferencia-eszköz, amely minden modern böngészőben működik. Egyszerűen hozzon létre egy új csevegőszobát, és küldje el a hivatkozást annak, akivel csevegni szeretne." -#: webrtc.php:48 +#: webrtc.php:47 msgid "" "Please contact your friendica admin and send a reminder to configure the " "WebRTC addon." diff --git a/windowsphonepush/lang/hu/messages.po b/windowsphonepush/lang/hu/messages.po index 701b0af9..c39a43e5 100644 --- a/windowsphonepush/lang/hu/messages.po +++ b/windowsphonepush/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2021-12-23 19:35+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-10-31 13:43+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff --git a/wppost/lang/hu/messages.po b/wppost/lang/hu/messages.po index 6a517e31..a3c910e4 100644 --- a/wppost/lang/hu/messages.po +++ b/wppost/lang/hu/messages.po @@ -10,8 +10,8 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-11-21 19:18-0500\n" -"PO-Revision-Date: 2021-12-23 19:39+0000\n" -"Last-Translator: Balázs Úr\n" +"PO-Revision-Date: 2014-06-23 13:07+0000\n" +"Last-Translator: Balázs Úr, 2020-2021\n" "Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" From 0f273b89ff58ee15bec0f4ce1f1611450616049d Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 17 Dec 2022 09:11:15 +0100 Subject: [PATCH 5/5] removed translation files from addons deprecated --- superblock/lang/fr/messages.po | 34 -------------------------- superblock/lang/fr/strings.php | 10 -------- superblock/lang/hu/messages.po | 32 ------------------------- windowsphonepush/lang/hu/messages.po | 36 ---------------------------- 4 files changed, 112 deletions(-) delete mode 100644 superblock/lang/fr/messages.po delete mode 100644 superblock/lang/fr/strings.php delete mode 100644 superblock/lang/hu/messages.po delete mode 100644 windowsphonepush/lang/hu/messages.po diff --git a/superblock/lang/fr/messages.po b/superblock/lang/fr/messages.po deleted file mode 100644 index e1039e7b..00000000 --- a/superblock/lang/fr/messages.po +++ /dev/null @@ -1,34 +0,0 @@ -# ADDON superblock -# Copyright (C) -# This file is distributed under the same license as the Friendica superblock addon package. -# -# -# Translators: -# ButterflyOfFire, 2020 -# Hypolite Petovan , 2022 -# Nicolas Derive, 2022 -msgid "" -msgstr "" -"Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2014-06-23 12:55+0000\n" -"Last-Translator: Nicolas Derive, 2022\n" -"Language-Team: French (http://www.transifex.com/Friendica/friendica/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" - -#: superblock.php:35 -msgid "Comma separated profile URLs to block" -msgstr "Liste d'URLs de profils à bloquer séparées par des virgules" - -#: superblock.php:40 -msgid "Superblock" -msgstr "Superblock" - -#: superblock.php:129 -msgid "Block Completely" -msgstr "Bloquer complètement" diff --git a/superblock/lang/fr/strings.php b/superblock/lang/fr/strings.php deleted file mode 100644 index 91017806..00000000 --- a/superblock/lang/fr/strings.php +++ /dev/null @@ -1,10 +0,0 @@ -strings['Comma separated profile URLs to block'] = 'Liste d\'URLs de profils à bloquer séparées par des virgules'; -$a->strings['Superblock'] = 'Superblock'; -$a->strings['Block Completely'] = 'Bloquer complètement'; diff --git a/superblock/lang/hu/messages.po b/superblock/lang/hu/messages.po deleted file mode 100644 index f0b0f64f..00000000 --- a/superblock/lang/hu/messages.po +++ /dev/null @@ -1,32 +0,0 @@ -# ADDON superblock -# Copyright (C) -# This file is distributed under the same license as the Friendica superblock addon package. -# -# -# Translators: -# Balázs Úr, 2020-2021 -msgid "" -msgstr "" -"Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2014-06-23 12:55+0000\n" -"Last-Translator: Balázs Úr, 2020-2021\n" -"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: superblock.php:35 -msgid "Comma separated profile URLs to block" -msgstr "Tiltandó profil URL-ek vesszővel elválasztott listája" - -#: superblock.php:40 -msgid "Superblock" -msgstr "Szuper tiltás" - -#: superblock.php:129 -msgid "Block Completely" -msgstr "Tiltás teljesen" diff --git a/windowsphonepush/lang/hu/messages.po b/windowsphonepush/lang/hu/messages.po deleted file mode 100644 index c39a43e5..00000000 --- a/windowsphonepush/lang/hu/messages.po +++ /dev/null @@ -1,36 +0,0 @@ -# ADDON windowsphonepush -# Copyright (C) -# This file is distributed under the same license as the Friendica windowsphonepush addon package. -# -# -# Translators: -# Balázs Úr, 2020-2021 -msgid "" -msgstr "" -"Project-Id-Version: friendica\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-11-21 19:16-0500\n" -"PO-Revision-Date: 2014-10-31 13:43+0000\n" -"Last-Translator: Balázs Úr, 2020-2021\n" -"Language-Team: Hungarian (http://www.transifex.com/Friendica/friendica/language/hu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: windowsphonepush.php:102 -msgid "Enable WindowsPhonePush Addon" -msgstr "A WindowsPhonePush kiegészítő engedélyezése" - -#: windowsphonepush.php:103 -msgid "Push text of new item" -msgstr "Új elem szövegének felküldése" - -#: windowsphonepush.php:104 -msgid "Device URL" -msgstr "Eszköz URL" - -#: windowsphonepush.php:109 -msgid "WindowsPhonePush Settings" -msgstr "WindowsPhonePush beállításai"