From d66b9aa6737af2f7653ef49c2e9286e43d7f0df3 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Sat, 17 Nov 2018 08:54:28 -0500 Subject: [PATCH] Add new translation strings to PO files - Add FR translations to latest strings --- src/lang/cs/LC_MESSAGES/strings.po | 63 +++++++++++++++++++++-------- src/lang/en/LC_MESSAGES/strings.po | 52 +++++++++++++++++++----- src/lang/fr/LC_MESSAGES/strings.mo | Bin 2608 -> 2817 bytes src/lang/fr/LC_MESSAGES/strings.po | 21 +++++++++- 4 files changed, 108 insertions(+), 28 deletions(-) diff --git a/src/lang/cs/LC_MESSAGES/strings.po b/src/lang/cs/LC_MESSAGES/strings.po index 60ca83c..361fca4 100644 --- a/src/lang/cs/LC_MESSAGES/strings.po +++ b/src/lang/cs/LC_MESSAGES/strings.po @@ -1,26 +1,25 @@ -# Translators: -# Aditoo, 2018 -# msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" -"PO-Revision-Date: 2018-11-17 08:11-0500\n" "Last-Translator: Aditoo, 2018\n" "Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"POT-Creation-Date: 2018-11-16T04:17:37+00:00\n" +"PO-Revision-Date: 2018-11-17 08:11-0500\n" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "Předchozí" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "Další" @@ -60,23 +59,29 @@ msgstr "Země" msgid "Public Servers" msgstr "Veřejné servery" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "Adresář Friendica" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "Termíny vyhledávání" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "Hledat" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -147,11 +152,13 @@ msgstr "Hledat podle štítku" msgid "Account type tabs" msgstr "Záložky typů účtů" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "Horní stránkování %s" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "Spodní stránkování %s" @@ -191,10 +198,34 @@ msgstr "Populární jazyky" msgid "Popular Tags" msgstr "Populární štítky" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "Výchozí jazyk" #: src\templates\sub\server.phtml:49 msgid "Known Users" msgstr "Známí uživatelé" + +#: src\classes\Views\Widget\AccountTypeTabs.php:45 +msgctxt "account-type" +msgid "All" +msgstr "" + +#: src\classes\Views\Widget\AccountTypeTabs.php:53 +msgctxt "account-type" +msgid "People (%d)" +msgid_plural "People (%d)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +#: src\classes\Views\Widget\AccountTypeTabs.php:54 +msgctxt "account-type" +msgid "Forum (%d)" +msgid_plural "Forums (%d)" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" diff --git a/src/lang/en/LC_MESSAGES/strings.po b/src/lang/en/LC_MESSAGES/strings.po index 5d33097..6f6f0dc 100644 --- a/src/lang/en/LC_MESSAGES/strings.po +++ b/src/lang/en/LC_MESSAGES/strings.po @@ -13,11 +13,13 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Poedit 2.2\n" -#: src\classes\Content\Pager.php:168 src\classes\Content\Pager.php:216 +#: src\classes\Content\Pager.php:168 +#: src\classes\Content\Pager.php:216 msgid "Previous" msgstr "" -#: src\classes\Content\Pager.php:173 src\classes\Content\Pager.php:273 +#: src\classes\Content\Pager.php:173 +#: src\classes\Content\Pager.php:273 msgid "Next" msgstr "" @@ -57,23 +59,29 @@ msgstr "" msgid "Public Servers" msgstr "" -#: src\templates\layout.phtml:4 src\templates\layout.phtml:18 +#: src\templates\layout.phtml:4 +#: src\templates\layout.phtml:18 msgid "Friendica Directory" msgstr "" -#: src\templates\layout.phtml:23 src\templates\layout.phtml:25 -#: src\templates\layout.phtml:43 src\templates\layout.phtml:45 -#: src\templates\search.phtml:4 src\templates\search.phtml:12 +#: src\templates\layout.phtml:23 +#: src\templates\layout.phtml:25 +#: src\templates\layout.phtml:43 +#: src\templates\layout.phtml:45 +#: src\templates\search.phtml:4 +#: src\templates\search.phtml:12 msgid "Search terms" msgstr "" -#: src\templates\layout.phtml:24 src\templates\layout.phtml:45 +#: src\templates\layout.phtml:24 +#: src\templates\layout.phtml:45 #: src\templates\search.phtml:11 msgctxt "noun" msgid "Search" msgstr "" -#: src\templates\layout.phtml:27 src\templates\layout.phtml:47 +#: src\templates\layout.phtml:27 +#: src\templates\layout.phtml:47 #: src\templates\search.phtml:14 msgctxt "verb" msgid "Search" @@ -142,11 +150,13 @@ msgstr "" msgid "Account type tabs" msgstr "" -#: src\templates\sub\profiles.phtml:4 src\templates\sub\profiles.phtml:7 +#: src\templates\sub\profiles.phtml:4 +#: src\templates\sub\profiles.phtml:7 msgid "Top %s pagination" msgstr "" -#: src\templates\sub\profiles.phtml:13 src\templates\sub\profiles.phtml:16 +#: src\templates\sub\profiles.phtml:13 +#: src\templates\sub\profiles.phtml:16 msgid "Bottom %s pagination" msgstr "" @@ -186,10 +196,30 @@ msgstr "" msgid "Popular Tags" msgstr "" -#: src\templates\sub\server.phtml:44 src\templates\sub\server.phtml:45 +#: src\templates\sub\server.phtml:44 +#: src\templates\sub\server.phtml:45 msgid "Default Language" msgstr "" #: src\templates\sub\server.phtml:49 msgid "Known Users" msgstr "" + +#: src\classes\Views\Widget\AccountTypeTabs.php:45 +msgctxt "account-type" +msgid "All" +msgstr "" + +#: src\classes\Views\Widget\AccountTypeTabs.php:53 +msgctxt "account-type" +msgid "People (%d)" +msgid_plural "People (%d)" +msgstr[0] "" +msgstr[1] "" + +#: src\classes\Views\Widget\AccountTypeTabs.php:54 +msgctxt "account-type" +msgid "Forum (%d)" +msgid_plural "Forums (%d)" +msgstr[0] "" +msgstr[1] "" diff --git a/src/lang/fr/LC_MESSAGES/strings.mo b/src/lang/fr/LC_MESSAGES/strings.mo index dd060f0cac7856f6ee28198a7e080d783d51b3bb..af7ccebb56f4fef9ce9bd638ca38bf0656891241 100644 GIT binary patch delta 1208 zcmY+@O=uHA7{>8wni^Yct!Y|oH5xxs)7nTtL{VBOS`P}<=5$hQk=c3~s~;?8dXW4oldMmr>7M$0$Cq zK1cd{W}XWTSjQgxf@|<6uExK}&xGitdIVMP#tqnunmCQCa11r!gf)wu)bpt4FJKpX zzMe6+xai=ne zGQW9hZ@j`|r2j4IIJ#J_Qag$oD2vL_EXMH?D%JN<3zEV1lH4Jc}h779V2y)!!IBLZwFoI`r0CT9!c((mEY9WtM<2t?Mukd z{OKV7WZdi~8p|dsLxcv=QEVlWg#9S|^VNcR1^l8(Qp6TQ3sN?;U>%C}K<{_u5`9i)jU3J`YFjT{hVAi|8+YkK* Df)0Td delta 988 zcmXxjO-NKx7{>9}ah%C%Cez08BXcwxCmWC%f)EvHArzsT7P)e#?i3e68)I}APIp^McKHhWgQl^qFA2&r;jZ`3a zkYCoA4dH%-8)>uFtQWVi5r1MG{>3z&VH>8RW;Zd94LE@H_!RZsb8NyX_Z9Mf+1^r6 zhwFF?-{W=sjMwlha@n5O54`>zTWJ4*8u%Z^Fh*w@Fy&@3Nxg*XZv=1Plfbgs3knGu zrcp1>`wOp89WA>Xn4w-ly|;@gJVJH&%l+feH5)A?<+iywd`6T@*w6U35D!E60oBnC zDiTL{2TxETjWK<#G=u6m@AZeM(2im=PN2S@MaHltZ-3+M8{Ym2%WR)*QP7IMAY<7c zw&Nix0;m4`0yU8&8><02Q1v2eLXS}s9CIg8-_M~Uyog%hJ5(gs>e+vF^pOUwbO*JP z-^g~_f7A-jk;@|Vq6sEZ^)%{vCvsVi8<7nr-;I8TDTPVj=>04?M@}<-kXpHGV9hQc zw1g|{q^yZ((5uu-q0cLKv4^a%>+g9$Rw{(peN+T)lQ|Z_0o323q{G`V92CP_7ibj< t%~jF?Q)m?(ZIQyOq;0!bJ*~|~sxz_in)suxVsWros&2=>MOJnbgO_ 1;\n" "X-Generator: Poedit 2.2\n" @@ -193,3 +193,22 @@ msgstr "Langage de base" #: src\templates\sub\server.phtml:49 msgid "Known Users" msgstr "Utilisateurs connus" + +#: src\classes\Views\Widget\AccountTypeTabs.php:45 +msgctxt "account-type" +msgid "All" +msgstr "Tous" + +#: src\classes\Views\Widget\AccountTypeTabs.php:53 +msgctxt "account-type" +msgid "People (%d)" +msgid_plural "People (%d)" +msgstr[0] "Utilisateur (%d)" +msgstr[1] "Utilisateurs (%d)" + +#: src\classes\Views\Widget\AccountTypeTabs.php:54 +msgctxt "account-type" +msgid "Forum (%d)" +msgid_plural "Forums (%d)" +msgstr[0] "Forum (%s)" +msgstr[1] "Forums (%d)"