AnonymousFave.po 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. #
  5. # Translators:
  6. # Denis Gavrin <localmaster.ru@gmail.com>, 2015
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: GNU social\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  12. "PO-Revision-Date: 2015-03-07 09:46+0000\n"
  13. "Last-Translator: Denis Gavrin <localmaster.ru@gmail.com>\n"
  14. "Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: ru\n"
  19. "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
  20. #. TRANS: Client error.
  21. #: actions/anonfavor.php:58
  22. msgid ""
  23. "Could not favor notice! Please make sure your browser has cookies enabled."
  24. msgstr "Ошибка добавления записи в число избранных! Пожалуйста, убедитесь, что cookies включены в вашем браузере."
  25. #. TRANS: Client error.
  26. #: actions/anonfavor.php:67
  27. msgid "This notice is already a favorite!"
  28. msgstr "Данная запись уже в избранном!"
  29. #. TRANS: Server error.
  30. #: actions/anonfavor.php:73
  31. msgid "Could not create favorite."
  32. msgstr "Не удаётся создать избранное."
  33. #. TRANS: Title.
  34. #: actions/anonfavor.php:82
  35. msgid "Disfavor favorite"
  36. msgstr "Удалить из избранного"
  37. #. TRANS: Client error.
  38. #: actions/anondisfavor.php:59
  39. msgid ""
  40. "Could not disfavor notice! Please make sure your browser has cookies "
  41. "enabled."
  42. msgstr "Ошибка удаления записи из числа любимых! Пожалуйста, убедитесь, что cookies включены в вашем браузере."
  43. #. TRANS: Server error.
  44. #: actions/anondisfavor.php:80
  45. msgid "Could not delete favorite."
  46. msgstr "Не удается удалить избранное."
  47. #. TRANS: Title.
  48. #: actions/anondisfavor.php:89
  49. msgid "Add to favorites"
  50. msgstr "Добавить в избранное"
  51. #. TRANS: Server exception.
  52. #. TRANS: %d is the notice ID (number).
  53. #: classes/Fave_tally.php:96 classes/Fave_tally.php:125
  54. #, php-format
  55. msgid "Could not update favorite tally for notice ID %d."
  56. msgstr ""
  57. #. TRANS: Server exception.
  58. #. TRANS: %d is the notice ID (number).
  59. #: classes/Fave_tally.php:156
  60. #, php-format
  61. msgid "Could not create favorite tally for notice ID %d."
  62. msgstr ""
  63. #. TRANS: Label for tally for number of times a notice was favored.
  64. #: AnonymousFavePlugin.php:165
  65. msgid "Favored"
  66. msgstr "Понравилось"
  67. #. TRANS: Server exception.
  68. #: AnonymousFavePlugin.php:198 AnonymousFavePlugin.php:209
  69. msgid "Could not create anonymous user session."
  70. msgstr "Не удаётся создать сеанс анонимного пользователя."
  71. #. TRANS: Plugin description.
  72. #: AnonymousFavePlugin.php:284
  73. msgid "Allow anonymous users to favorite notices."
  74. msgstr "Позволяет анонимным пользователям добавлять записи в число любимых."