organiseur_ru.php 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?php
  2. // This is a SPIP language file -- Ceci est un fichier langue de SPIP
  3. // extrait automatiquement de http://trad.spip.net/tradlang_module/organiseur?lang_cible=ru
  4. // ** ne pas modifier le fichier **
  5. if (!defined('_ECRIRE_INC_VERSION')) return;
  6. $GLOBALS[$GLOBALS['idx_lang']] = array(
  7. // B
  8. 'bouton_enregistrer_brouillon' => 'Сохранить как черновик',
  9. 'bouton_envoyer_message' => 'Отправить',
  10. 'bouton_envoyer_message_maintenant' => 'Отправить сейчас',
  11. // C
  12. 'cal_jour_entier' => 'День',
  13. 'cal_par_jour' => 'день',
  14. 'cal_par_mois' => 'месяц',
  15. 'cal_par_semaine' => 'неделя',
  16. // E
  17. 'erreur_date' => 'Дата указанна неверно',
  18. 'erreur_date_avant_apres' => 'Укажите "дату с" и "дату по" !',
  19. 'erreur_date_corrigee' => 'Дата исправлена',
  20. 'erreur_destinataire_invalide' => 'Неправильный получатель - @dest@ ',
  21. 'erreur_heure' => 'Время указанно неправильно',
  22. 'erreur_heure_corrigee' => 'Время исправлено ',
  23. // I
  24. 'icone_ecrire_nouveau_message' => 'Отправить новое сообщение',
  25. 'icone_ecrire_nouveau_pensebete' => 'Новое напоминание',
  26. 'icone_ecrire_nouvelle_annonce' => 'Отправить объявление',
  27. 'icone_effacer_message' => 'Удалить сообщение',
  28. 'icone_modifier_annonce' => 'Изменить объявление',
  29. 'icone_modifier_pensebete' => 'Изменить напоминание',
  30. 'icone_supprimer_message' => 'Удалить сообщение',
  31. 'info_1_message_envoye' => '1 сообщение отправлено ',
  32. 'info_1_message_nonlu' => '1 новое сообщение',
  33. 'info_agenda_interne' => 'Расписание дня',
  34. 'info_message_a' => 'Кому',
  35. 'info_message_date' => 'Дата',
  36. 'info_message_date_debut' => 'Дата с',
  37. 'info_message_date_fin' => 'Дата по',
  38. 'info_message_de' => 'От',
  39. 'info_message_non_lu' => 'Новое сообщение',
  40. 'info_message_objet' => 'Объект',
  41. 'info_nb_messages_envoyes' => '@nb@ сообщений отправлено',
  42. 'info_nb_messages_nonlus' => '@nb@ новых сообщений',
  43. 'info_selection_annonces' => 'Объявления',
  44. 'info_selection_messages' => 'Сообщения',
  45. 'info_selection_pensebetes' => 'Напоминания',
  46. 'info_type_message_affich' => 'Объявление',
  47. 'info_type_message_normal' => 'Сообщение',
  48. 'info_type_message_pb' => 'Напоминание',
  49. 'info_type_message_rv' => 'Событие',
  50. // L
  51. 'label_destinataires' => 'Кому',
  52. 'label_texte' => 'Текст',
  53. 'label_titre' => 'Тема',
  54. 'loading' => 'Загружается…',
  55. // M
  56. 'message' => 'Сообщение',
  57. 'messages' => 'Сообщения',
  58. // N
  59. 'notification_annonce_lire_a_ladresse' => 'Вы можете прочитать его по ссылке @url@.',
  60. 'notification_annonce_publie_1' => '[@nom_site_spip@] Общее объявление',
  61. 'notification_message_lire_a_ladresse' => 'Вы можете прочитать сообщение и ответить автору по ссылке @url@.',
  62. 'notification_message_publie_1' => '[@nom_site_spip@] Новое сообщение',
  63. 'notification_message_recu_de' => 'Вы получили новое сообщение от @nom@.',
  64. // T
  65. 'texte_message_brouillon' => 'Сообщение сохранено в черновиках',
  66. 'titre_agenda_rv' => 'События',
  67. 'titre_boite_envoi' => 'Исходящие',
  68. 'titre_boite_reception' => 'Входящие'
  69. );
  70. ?>