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