diff options
author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2024-11-18 18:15:24 +0000 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-11-18 18:15:24 +0000 |
commit | 17f2c8049ad0c8672518142d032e9398fcea59cd (patch) | |
tree | eea43f12915d1763a7ebb1e0e52218f87656959c | |
parent | da7fe5b1314aea31175583f1424aeff8492e3f30 (diff) | |
download | kftpgrabber-17f2c8049ad0c8672518142d032e9398fcea59cd.tar.gz kftpgrabber-17f2c8049ad0c8672518142d032e9398fcea59cd.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | translations/messages/ka.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/messages/ka.po b/translations/messages/ka.po index 5b59334..115d539 100644 --- a/translations/messages/ka.po +++ b/translations/messages/ka.po @@ -559,7 +559,7 @@ msgid "" "_n: There is currently a transfer running.\n" "There are currently %n transfers running." msgstr "" -"_n: ამჟამად მიმდინარეობს გადაცემა.\n" +"ამჟამად მიმდინარეობს გადაცემა.\n" "ამჟამად მიმდინარეობს %n გადაცემა." #: src/mainwindow.cpp:243 @@ -981,7 +981,7 @@ msgid "" "_n: Do you really want to delete this item?\n" "Do you really want to delete these %n items?" msgstr "" -"_n: მართლა გნებავთ ამ ელემენტის წაშლა?\n" +"მართლა გნებავთ ამ ელემენტის წაშლა?\n" "მართლა გნებავთ ამ %n ელემენტის წაშლა?" #: src/widgets/browser/actions.cpp:373 |