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