diff --git a/ru/entry_types.php b/ru/entry_types.php index c4ed153..9ceba29 100644 --- a/ru/entry_types.php +++ b/ru/entry_types.php @@ -18,5 +18,5 @@ $entry_types = array ( 15 => 'Находка', 98 => 'Подлежит проверке', 99 => 'Иное законное приобретение', - 16 => 'Бессрочный заём', + 16 => 'Бессрочный займ', ); diff --git a/ru/syndication_repos.php b/ru/syndication_repos.php index 1cb8e9a..7bf5e02 100644 --- a/ru/syndication_repos.php +++ b/ru/syndication_repos.php @@ -2,7 +2,7 @@ declare(strict_types = 1); $syndication_repos = array ( 'ddb' => 'Немецкая цифровая библиотека (DDB)', - 'europeana' => 'Европейская', + 'europeana' => 'Europeana', 'smb-digital' => 'SMB-digital', 'kalliope-verbund' => 'Kalliope Verbund ', ); diff --git a/uk/syndication_repos.php b/uk/syndication_repos.php index 99870e7..90afa22 100644 --- a/uk/syndication_repos.php +++ b/uk/syndication_repos.php @@ -2,7 +2,7 @@ declare(strict_types = 1); $syndication_repos = array ( 'ddb' => 'Німецька цифрова бібліотека (DDB)', - 'europeana' => 'європейський', - 'smb-digital' => 'SMB-цифровий', - 'kalliope-verbund' => 'Kalliope мережа', + 'europeana' => 'Europeana', + 'smb-digital' => 'SMB-digital', + 'kalliope-verbund' => 'Мережа Kalliope', );