diff options
| author | gmarcon <gmarcon@gmail.com> | 2022-01-30 19:43:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-30 18:43:57 +0000 |
| commit | c0b0e69751fc9a0066bf8bcf831cbd53f4a3bd89 (patch) | |
| tree | 3d4f6a2a81fd8bb0b8ec651b87196686b91ef055 /resources/lang/it | |
| parent | 0e6e49e0e8d2cd63f2fa9e89e9ee5d6ef1d7650f (diff) | |
| download | webtrees-c0b0e69751fc9a0066bf8bcf831cbd53f4a3bd89.tar.gz webtrees-c0b0e69751fc9a0066bf8bcf831cbd53f4a3bd89.tar.bz2 webtrees-c0b0e69751fc9a0066bf8bcf831cbd53f4a3bd89.zip | |
correct Italian translation for age of individuals (#4193)
Diffstat (limited to 'resources/lang/it')
| -rw-r--r-- | resources/lang/it/messages.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/lang/it/messages.po b/resources/lang/it/messages.po index f12c968cfe..bc3deb3732 100644 --- a/resources/lang/it/messages.po +++ b/resources/lang/it/messages.po @@ -481,7 +481,7 @@ msgstr "(all’età di %s)" #, php-format msgctxt "Female" msgid "(aged %s)" -msgstr "(%s anni)" +msgstr "(all’età di %s)" #. I18N: The age of an individual at a given date #: app/Functions/FunctionsPrint.php:302 @@ -490,7 +490,7 @@ msgstr "(%s anni)" #, php-format msgctxt "Male" msgid "(aged %s)" -msgstr "(%s anni)" +msgstr "(all’età di %s)" #. I18N: %s is a number #: resources/views/lists/datatables-attributes.phtml:27 |
