]> git.mxchange.org Git - friendica.git/commitdiff
Merge remote-tracking branch 'upstream/develop' into fetch-usage
authorMichael <heluecht@pirati.ca>
Sat, 19 Mar 2022 11:21:38 +0000 (11:21 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 19 Mar 2022 11:21:38 +0000 (11:21 +0000)
1  2 
src/Module/Admin/Federation.php
view/lang/C/messages.po

index 1d87b81dd0bc8a9a9f8e392e541ba0ef57d29817,79ae084576dd7fbccd0f05cfd889f1d97b0fc3bf..bf49de8250dfa4f67c2691ff28643984a2ee4a34
@@@ -164,14 -164,14 +164,14 @@@ class Federation extends BaseAdmi
                        }
  
                        $gserver['platform']    = $systems[$platform]['name'];
-                       $gserver['totallbl']    = DI::l10n()->t('%d total systems', $gserver['total']);
-                       $gserver['monthlbl']    = DI::l10n()->t('%d active users last month', $gserver['month']);
-                       $gserver['halfyearlbl'] = DI::l10n()->t('%d active users last six months', $gserver['halfyear']);
-                       $gserver['userslbl']    = DI::l10n()->t('%d registered users', $gserver['users']);
-                       $gserver['postslbl']    = DI::l10n()->t('%d locally created posts and comments', $gserver['posts']);
+                       $gserver['totallbl']    = DI::l10n()->t('%s total systems', number_format($gserver['total']));
+                       $gserver['monthlbl']    = DI::l10n()->t('%s active users last month', number_format($gserver['month']));
 -                      $gserver['halfyearlbl'] = DI::l10n()->t('%s active users last six month', number_format($gserver['halfyear']));
++                      $gserver['halfyearlbl'] = DI::l10n()->t('%s active users last six months', number_format($gserver['halfyear']));
+                       $gserver['userslbl']    = DI::l10n()->t('%s registered users', number_format($gserver['users']));
 -                      $gserver['postslbl']    = DI::l10n()->t('%s local posts', number_format($gserver['posts']));
++                      $gserver['postslbl']    = DI::l10n()->t('%s locally created posts and comments', number_format($gserver['posts']));
  
                        if (($gserver['users'] > 0) && ($gserver['posts'] > 0)) {
-                               $gserver['postsuserlbl'] = DI::l10n()->t('%d posts per user', $gserver['posts'] / $gserver['users']);
+                               $gserver['postsuserlbl'] = DI::l10n()->t('%s posts per user', number_format($gserver['posts'] / $gserver['users'], 1));
                        } else {
                                $gserver['postsuserlbl'] = '';
                        }
                        '$intro' => $intro,
                        '$counts' => $counts,
                        '$version' => FRIENDICA_VERSION,
-                       '$legendtext' => DI::l10n()->t('Currently this node is aware of %d nodes (%d active users last month, %d active users last six months, %d registered users in total) from the following platforms:', $total, $month, $halfyear, $users),
 -                      '$legendtext' => DI::l10n()->t('Currently this node is aware of %s nodes (%s active users last month, %s active users last six month, %s registered users in total) from the following platforms:', number_format($total), number_format($month), number_format($halfyear), number_format($users)),
++                      '$legendtext' => DI::l10n()->t('Currently this node is aware of %d nodes (%d active users last month, %d active users last six months, %d registered users in total) from the following platforms:', number_format($total), number_format($month), number_format($halfyear), number_format($users)),
                ]);
        }
  
index 2d1a09cfa271d813a0f381e606a7231d0ee98053,a67e3cba7023c11187f4940b89b53763c72f0a03..09fbca04893515d525e5ecb2f254558c27ba7bd1
@@@ -8,7 -8,7 +8,11 @@@ msgid "
  msgstr ""
  "Project-Id-Version: 2022.05-dev\n"
  "Report-Msgid-Bugs-To: \n"
++<<<<<<< HEAD
 +"POT-Creation-Date: 2022-02-07 06:53+0000\n"
++=======
+ "POT-Creation-Date: 2022-03-16 06:27+0100\n"
++>>>>>>> upstream/develop
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@@ -5129,7 -5124,7 +5128,11 @@@ msgstr "
  
  #: src/Module/Admin/Federation.php:169
  #, php-format
++<<<<<<< HEAD
 +msgid "%d active users last six months"
++=======
+ msgid "%s active users last six month"
++>>>>>>> upstream/develop
  msgstr ""
  
  #: src/Module/Admin/Federation.php:170
@@@ -5139,7 -5134,7 +5142,11 @@@ msgstr "
  
  #: src/Module/Admin/Federation.php:171
  #, php-format
++<<<<<<< HEAD
 +msgid "%d locally created posts and comments"
++=======
+ msgid "%s local posts"
++>>>>>>> upstream/develop
  msgstr ""
  
  #: src/Module/Admin/Federation.php:174
@@@ -5166,8 -5161,8 +5173,13 @@@ msgstr "
  #: src/Module/Admin/Federation.php:199
  #, php-format
  msgid ""
++<<<<<<< HEAD
 +"Currently this node is aware of %d nodes (%d active users last month, %d "
 +"active users last six months, %d registered users in total) from the "
++=======
+ "Currently this node is aware of %s nodes (%s active users last month, %s "
+ "active users last six month, %s registered users in total) from the "
++>>>>>>> upstream/develop
  "following platforms:"
  msgstr ""