12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <?php
- // This is a SPIP language file -- Ceci est un fichier langue de SPIP
- // extrait automatiquement de http://trad.spip.net/tradlang_module/organiseur?lang_cible=ru
- // ** ne pas modifier le fichier **
- if (!defined('_ECRIRE_INC_VERSION')) return;
- $GLOBALS[$GLOBALS['idx_lang']] = array(
- // B
- 'bouton_enregistrer_brouillon' => 'Сохранить как черновик',
- 'bouton_envoyer_message' => 'Отправить',
- 'bouton_envoyer_message_maintenant' => 'Отправить сейчас',
- // C
- 'cal_jour_entier' => 'День',
- 'cal_par_jour' => 'день',
- 'cal_par_mois' => 'месяц',
- 'cal_par_semaine' => 'неделя',
- // E
- 'erreur_date' => 'Дата указанна неверно',
- 'erreur_date_avant_apres' => 'Укажите "дату с" и "дату по" !',
- 'erreur_date_corrigee' => 'Дата исправлена',
- 'erreur_destinataire_invalide' => 'Неправильный получатель - @dest@ ',
- 'erreur_heure' => 'Время указанно неправильно',
- 'erreur_heure_corrigee' => 'Время исправлено ',
- // I
- 'icone_ecrire_nouveau_message' => 'Отправить новое сообщение',
- 'icone_ecrire_nouveau_pensebete' => 'Новое напоминание',
- 'icone_ecrire_nouvelle_annonce' => 'Отправить объявление',
- 'icone_effacer_message' => 'Удалить сообщение',
- 'icone_modifier_annonce' => 'Изменить объявление',
- 'icone_modifier_pensebete' => 'Изменить напоминание',
- 'icone_supprimer_message' => 'Удалить сообщение',
- 'info_1_message_envoye' => '1 сообщение отправлено ',
- 'info_1_message_nonlu' => '1 новое сообщение',
- 'info_agenda_interne' => 'Расписание дня',
- 'info_message_a' => 'Кому',
- 'info_message_date' => 'Дата',
- 'info_message_date_debut' => 'Дата с',
- 'info_message_date_fin' => 'Дата по',
- 'info_message_de' => 'От',
- 'info_message_non_lu' => 'Новое сообщение',
- 'info_message_objet' => 'Объект',
- 'info_nb_messages_envoyes' => '@nb@ сообщений отправлено',
- 'info_nb_messages_nonlus' => '@nb@ новых сообщений',
- 'info_selection_annonces' => 'Объявления',
- 'info_selection_messages' => 'Сообщения',
- 'info_selection_pensebetes' => 'Напоминания',
- 'info_type_message_affich' => 'Объявление',
- 'info_type_message_normal' => 'Сообщение',
- 'info_type_message_pb' => 'Напоминание',
- 'info_type_message_rv' => 'Событие',
- // L
- 'label_destinataires' => 'Кому',
- 'label_texte' => 'Текст',
- 'label_titre' => 'Тема',
- 'loading' => 'Загружается…',
- // M
- 'message' => 'Сообщение',
- 'messages' => 'Сообщения',
- // N
- 'notification_annonce_lire_a_ladresse' => 'Вы можете прочитать его по ссылке @url@.',
- 'notification_annonce_publie_1' => '[@nom_site_spip@] Общее объявление',
- 'notification_message_lire_a_ladresse' => 'Вы можете прочитать сообщение и ответить автору по ссылке @url@.',
- 'notification_message_publie_1' => '[@nom_site_spip@] Новое сообщение',
- 'notification_message_recu_de' => 'Вы получили новое сообщение от @nom@.',
- // T
- 'texte_message_brouillon' => 'Сообщение сохранено в черновиках',
- 'titre_agenda_rv' => 'События',
- 'titre_boite_envoi' => 'Исходящие',
- 'titre_boite_reception' => 'Входящие'
- );
- ?>
|