diff --git a/Structural/Adapter/README.rst b/Structural/Adapter/README.rst index 1de8425..8d861d0 100644 --- a/Structural/Adapter/README.rst +++ b/Structural/Adapter/README.rst @@ -6,7 +6,7 @@ Purpose To translate one interface for a class into a compatible interface. An adapter allows classes to work together that normally could not because -of incompatible interfaces by providing it's interface to clients while +of incompatible interfaces by providing its interface to clients while using the original interface. Examples diff --git a/locale/ca/LC_MESSAGES/Structural/Adapter/README.po b/locale/ca/LC_MESSAGES/Structural/Adapter/README.po index b351fc9..21bee57 100644 --- a/locale/ca/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/ca/LC_MESSAGES/Structural/Adapter/README.po @@ -23,7 +23,7 @@ msgstr "" msgid "" "To translate one interface for a class into a compatible interface. An " "adapter allows classes to work together that normally could not because of " -"incompatible interfaces by providing it's interface to clients while using " +"incompatible interfaces by providing its interface to clients while using " "the original interface." msgstr "" diff --git a/locale/de/LC_MESSAGES/Structural/Adapter/README.po b/locale/de/LC_MESSAGES/Structural/Adapter/README.po index 4dfe1b9..f264557 100644 --- a/locale/de/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/de/LC_MESSAGES/Structural/Adapter/README.po @@ -25,7 +25,7 @@ msgstr "Zweck" msgid "" "To translate one interface for a class into a compatible interface. An " "adapter allows classes to work together that normally could not because of " -"incompatible interfaces by providing it's interface to clients while using " +"incompatible interfaces by providing its interface to clients while using " "the original interface." msgstr "" "Um ein Interface für eine Klasse in ein kompatibles Interface zu " diff --git a/locale/es/LC_MESSAGES/Structural/Adapter/README.po b/locale/es/LC_MESSAGES/Structural/Adapter/README.po index b351fc9..21bee57 100644 --- a/locale/es/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/es/LC_MESSAGES/Structural/Adapter/README.po @@ -23,7 +23,7 @@ msgstr "" msgid "" "To translate one interface for a class into a compatible interface. An " "adapter allows classes to work together that normally could not because of " -"incompatible interfaces by providing it's interface to clients while using " +"incompatible interfaces by providing its interface to clients while using " "the original interface." msgstr "" diff --git a/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po b/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po index b351fc9..21bee57 100644 --- a/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/pt_BR/LC_MESSAGES/Structural/Adapter/README.po @@ -23,7 +23,7 @@ msgstr "" msgid "" "To translate one interface for a class into a compatible interface. An " "adapter allows classes to work together that normally could not because of " -"incompatible interfaces by providing it's interface to clients while using " +"incompatible interfaces by providing its interface to clients while using " "the original interface." msgstr "" diff --git a/locale/ru/LC_MESSAGES/Structural/Adapter/README.po b/locale/ru/LC_MESSAGES/Structural/Adapter/README.po index a07bbcd..fd9cb1d 100644 --- a/locale/ru/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/ru/LC_MESSAGES/Structural/Adapter/README.po @@ -25,7 +25,7 @@ msgstr "Назначение" msgid "" "To translate one interface for a class into a compatible interface. An " "adapter allows classes to work together that normally could not because of " -"incompatible interfaces by providing it's interface to clients while using " +"incompatible interfaces by providing its interface to clients while using " "the original interface." msgstr "" "Привести нестандартный или неудобный интерфейс какого-то класса в " diff --git a/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po b/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po index 99ac6ec..0ec1cd9 100644 --- a/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po +++ b/locale/zh_CN/LC_MESSAGES/Structural/Adapter/README.po @@ -23,7 +23,7 @@ msgstr "目的" msgid "" "To translate one interface for a class into a compatible interface. An " "adapter allows classes to work together that normally could not because of " -"incompatible interfaces by providing it's interface to clients while using " +"incompatible interfaces by providing its interface to clients while using " "the original interface." msgstr "" "将某个类的接口转换成与另一个接口兼容。适配器通过将原始接口进行转换,给用户"