diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-03-02 02:23:20 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-03-02 02:25:54 +0200 | 
| commit | 4c2d4e32addd95dedf01acf254db9b41b0813fdb (patch) | |
| tree | 4127b0caf23473b03b31c3256079df4c2d8d503d | |
| parent | 60debe828b87c33fdbd33e3a5fcef423e544fe55 (diff) | |
Revert "Update emoji_categories in Polish translation to slightly more correct erms..."
This reverts commit 60debe828b87c33fdbd33e3a5fcef423e544fe55.
| -rw-r--r-- | indra/newview/skins/default/xui/pl/emoji_categories.xml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/indra/newview/skins/default/xui/pl/emoji_categories.xml b/indra/newview/skins/default/xui/pl/emoji_categories.xml index ea4004bdb9..9aad7af794 100644 --- a/indra/newview/skins/default/xui/pl/emoji_categories.xml +++ b/indra/newview/skins/default/xui/pl/emoji_categories.xml @@ -5,13 +5,13 @@        <key>Name</key>        <string>smileys and emotion</string>        <key>Category</key> -      <string>buźki i emocje</string> +      <string>buźki and emocje</string>      </map>      <map>        <key>Name</key>        <string>people and body</string>        <key>Category</key> -      <string>ludzie i ciało</string> +      <string>ludzie and ciało</string>      </map>      <map>        <key>Name</key> @@ -23,7 +23,7 @@        <key>Name</key>        <string>animals and nature</string>        <key>Category</key> -      <string>zwierzęta i przyroda</string> +      <string>zwierzęta and przyroda</string>      </map>      <map>        <key>Name</key> @@ -35,19 +35,19 @@        <key>Name</key>        <string>travel and places</string>        <key>Category</key> -      <string>podróże i miejsca</string> +      <string>podróże and miejsca</string>      </map>      <map>        <key>Name</key>        <string>activities</string>        <key>Category</key> -      <string>aktywności</string> +      <string>aktywność</string>      </map>      <map>        <key>Name</key>        <string>objects</string>        <key>Category</key> -      <string>obiekty</string> +      <string>objekt</string>      </map>      <map>        <key>Name</key> | 
