MobileProfile.po 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Translation file for GNU social - the free software social networking platform
  2. # Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org
  3. # This file is under https://www.gnu.org/licenses/agpl v3 or later
  4. #
  5. # Translators:
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: GNU social\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2015-02-02 17:47+0100\n"
  11. "PO-Revision-Date: 2015-02-07 09:02+0000\n"
  12. "Last-Translator: digitaldreamer <digitaldreamer@email.cz>\n"
  13. "Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Language: ru\n"
  18. "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"
  19. #. TRANS: Client exception thrown when requesting a not supported media type.
  20. #: MobileProfilePlugin.php:200
  21. msgid "This page is not available in a media type you accept."
  22. msgstr "Страница недоступна для того типа, который вы задействовали."
  23. #. TRANS: Link to switch site layout from mobile to desktop mode. Appears at
  24. #. very bottom of page.
  25. #: MobileProfilePlugin.php:375
  26. msgid "Switch to desktop site layout."
  27. msgstr "Переключить на версию для персонального компьютера."
  28. #. TRANS: Link to switch site layout from desktop to mobile mode. Appears at
  29. #. very bottom of page.
  30. #: MobileProfilePlugin.php:379
  31. msgid "Switch to mobile site layout."
  32. msgstr "Переключить на версию для мобильных устройств."
  33. #. TRANS: Plugin description.
  34. #: MobileProfilePlugin.php:417
  35. msgid "XHTML MobileProfile output for supporting user agents."
  36. msgstr "XHTML MobileProfile вывод для поддерживаемых пользовательских агентов."