diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-25 20:40:38 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-25 20:40:38 +0200 |
commit | db01880bd18af193013e001c64ae40df130cd0de (patch) | |
tree | a112c253e8f4224599f066f7551f35e8dc4969f9 /po/ru.po | |
parent | 16874bd4ecb21193076a5a0908392938a9f92e93 (diff) | |
download | weechat-db01880bd18af193013e001c64ae40df130cd0de.zip |
core: add comments in translations for file size units
Diffstat (limited to 'po/ru.po')
-rw-r--r-- | po/ru.po | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-07-24 22:41+0200\n" +"POT-Creation-Date: 2014-07-25 20:37+0200\n" "PO-Revision-Date: 2014-07-25 07:50+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3554,15 +3554,19 @@ msgstr "" msgid "No secured data set" msgstr "" +#. TRANSLATORS: file size unit "kilobyte" msgid "KB" msgstr "КБ" +#. TRANSLATORS: file size unit "megabyte" msgid "MB" msgstr "МБ" +#. TRANSLATORS: file size unit "gigabyte" msgid "GB" msgstr "ГБ" +#. TRANSLATORS: file size unit "terabyte" msgid "TB" msgstr "" |