diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-server-dialog.glade | 81 | ||||
-rw-r--r-- | addressbook/gui/component/ldap-server-dialog.glade.h | 10 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade | 16 | ||||
-rw-r--r-- | addressbook/printing/e-contact-print.glade.h | 56 | ||||
-rw-r--r-- | composer/ChangeLog | 7 | ||||
-rw-r--r-- | composer/e-msg-composer-address-dialog.glade | 3 | ||||
-rw-r--r-- | composer/e-msg-composer-address-dialog.glade.h | 19 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.glade | 3 | ||||
-rw-r--r-- | composer/e-msg-composer-attachment.glade.h | 11 | ||||
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 8 | ||||
-rw-r--r-- | po/ru.po | 939 |
13 files changed, 877 insertions, 288 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 6fbc0f1339..b33ddb9c00 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2000-05-13 Valek Filippov <frob@df.ru> + + * gui/component/ldap-server-dialog.glade: save translatable strings + * gui/component/ldap-server-dialog.glade.h: file with strings + * printing/e-contact-print.glade: save translatable strings + * printing/e-contact-print.glade.h: file with strings + 2000-05-11 Dan Winship <danw@helixcode.com> * gui/component/addressbook.c (control_activate): Now that we diff --git a/addressbook/gui/component/ldap-server-dialog.glade b/addressbook/gui/component/ldap-server-dialog.glade index 7905f11805..71090f53dd 100644 --- a/addressbook/gui/component/ldap-server-dialog.glade +++ b/addressbook/gui/component/ldap-server-dialog.glade @@ -10,6 +10,19 @@ <language>C</language> <gnome_support>True</gnome_support> <gettext_support>True</gettext_support> + <use_widget_names>False</use_widget_names> + <output_main_file>False</output_main_file> + <output_support_files>True</output_support_files> + <output_build_files>True</output_build_files> + <backup_source_files>True</backup_source_files> + <main_source_file>interface.c</main_source_file> + <main_header_file>interface.h</main_header_file> + <handler_source_file>callbacks.c</handler_source_file> + <handler_header_file>callbacks.h</handler_header_file> + <support_source_file>support.c</support_source_file> + <support_header_file>support.h</support_header_file> + <output_translatable_strings>True</output_translatable_strings> + <translatable_strings_file>ldap-server-dialog.glade.h</translatable_strings_file> </project> <widget> @@ -37,40 +50,6 @@ </child> <widget> - <class>GtkHButtonBox</class> - <child_name>GnomeDialog:action_area</child_name> - <name>dialog-action_area1</name> - <layout_style>GTK_BUTTONBOX_END</layout_style> - <spacing>8</spacing> - <child_min_width>85</child_min_width> - <child_min_height>27</child_min_height> - <child_ipad_x>7</child_ipad_x> - <child_ipad_y>0</child_ipad_y> - <child> - <padding>0</padding> - <expand>False</expand> - <fill>True</fill> - <pack>GTK_PACK_END</pack> - </child> - - <widget> - <class>GtkButton</class> - <name>button1</name> - <can_default>True</can_default> - <can_focus>True</can_focus> - <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> - </widget> - - <widget> - <class>GtkButton</class> - <name>button3</name> - <can_default>True</can_default> - <can_focus>True</can_focus> - <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button> - </widget> - </widget> - - <widget> <class>GtkVBox</class> <name>vbox1</name> <homogeneous>False</homogeneous> @@ -332,6 +311,40 @@ </widget> </widget> </widget> + + <widget> + <class>GtkHButtonBox</class> + <child_name>GnomeDialog:action_area</child_name> + <name>dialog-action_area1</name> + <layout_style>GTK_BUTTONBOX_END</layout_style> + <spacing>8</spacing> + <child_min_width>85</child_min_width> + <child_min_height>27</child_min_height> + <child_ipad_x>7</child_ipad_x> + <child_ipad_y>0</child_ipad_y> + <child> + <padding>0</padding> + <expand>False</expand> + <fill>True</fill> + <pack>GTK_PACK_END</pack> + </child> + + <widget> + <class>GtkButton</class> + <name>button1</name> + <can_default>True</can_default> + <can_focus>True</can_focus> + <stock_button>GNOME_STOCK_BUTTON_OK</stock_button> + </widget> + + <widget> + <class>GtkButton</class> + <name>button3</name> + <can_default>True</can_default> + <can_focus>True</can_focus> + <stock_button>GNOME_STOCK_BUTTON_CANCEL</stock_button> + </widget> + </widget> </widget> </widget> diff --git a/addressbook/gui/component/ldap-server-dialog.glade.h b/addressbook/gui/component/ldap-server-dialog.glade.h new file mode 100644 index 0000000000..68b45bdb34 --- /dev/null +++ b/addressbook/gui/component/ldap-server-dialog.glade.h @@ -0,0 +1,10 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("Description:"); +gchar *s = N_("LDAP Server:"); +gchar *s = N_("Port Number:"); +gchar *s = N_("Root DN:"); diff --git a/addressbook/printing/e-contact-print.glade b/addressbook/printing/e-contact-print.glade index c078929d07..be24c9fc60 100644 --- a/addressbook/printing/e-contact-print.glade +++ b/addressbook/printing/e-contact-print.glade @@ -4,9 +4,25 @@ <project> <name>Printing</name> <program_name>printing</program_name> + <directory></directory> + <source_directory></source_directory> + <pixmaps_directory>pixmaps</pixmaps_directory> + <language>C</language> + <gnome_support>False</gnome_support> + <gettext_support>False</gettext_support> + <use_widget_names>False</use_widget_names> <output_main_file>False</output_main_file> <output_support_files>False</output_support_files> <output_build_files>False</output_build_files> + <backup_source_files>True</backup_source_files> + <main_source_file>interface.c</main_source_file> + <main_header_file>interface.h</main_header_file> + <handler_source_file>callbacks.c</handler_source_file> + <handler_header_file>callbacks.h</handler_header_file> + <support_source_file>support.c</support_source_file> + <support_header_file>support.h</support_header_file> + <output_translatable_strings>True</output_translatable_strings> + <translatable_strings_file>e-contact-print.glade.h</translatable_strings_file> </project> <widget> diff --git a/addressbook/printing/e-contact-print.glade.h b/addressbook/printing/e-contact-print.glade.h new file mode 100644 index 0000000000..b3b03d6d68 --- /dev/null +++ b/addressbook/printing/e-contact-print.glade.h @@ -0,0 +1,56 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("Page Setup:"); +gchar *s = N_("Style name:"); +gchar *s = N_("Preview:"); +gchar *s = N_("Options"); +gchar *s = N_("Include:"); +gchar *s = N_("Sections:"); +gchar *s = N_("Immediately follow each other"); +gchar *s = N_("Letter tabs on side"); +gchar *s = N_("Headings for each letter"); +gchar *s = N_("Start on a new page"); +gchar *s = N_("Number of columns:"); +gchar *s = N_("Blank forms at end:"); +gchar *s = N_("Fonts"); +gchar *s = N_("Font..."); +gchar *s = N_("Font..."); +gchar *s = N_("Headings"); +gchar *s = N_("10 pt. Tahoma"); +gchar *s = N_("Body"); +gchar *s = N_("8 pt. Tahoma"); +gchar *s = N_("Shading"); +gchar *s = N_("Print using gray shading"); +gchar *s = N_("Format"); +gchar *s = N_("Paper"); +gchar *s = N_("Type:"); +gchar *s = N_("label26"); +gchar *s = N_("Dimensions:"); +gchar *s = N_("Width:"); +gchar *s = N_("Height:"); +gchar *s = N_("Paper source:"); +gchar *s = N_("Margins"); +gchar *s = N_("Top:"); +gchar *s = N_("Bottom:"); +gchar *s = N_("Left:"); +gchar *s = N_("Right:"); +gchar *s = N_("Page"); +gchar *s = N_("Size:"); +gchar *s = N_("label26"); +gchar *s = N_("Dimensions:"); +gchar *s = N_("Width:"); +gchar *s = N_("Height:"); +gchar *s = N_("Orientation"); +gchar *s = N_("Portrait"); +gchar *s = N_("Landscape"); +gchar *s = N_("Paper"); +gchar *s = N_("Font..."); +gchar *s = N_("Header"); +gchar *s = N_("Footer:"); +gchar *s = N_("Font..."); +gchar *s = N_("Reverse on even pages"); +gchar *s = N_("Header/Footer"); diff --git a/composer/ChangeLog b/composer/ChangeLog index e4369d88e4..8ddb9ce927 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2000-05-13 Valek Filippov <frob@df.ru> + + * e-msg-composer-attachment.glade: save translatable strings + * e-msg-composer-attachment.glade.h: file with strings + * e-msg-composer-address-dialog.glade: save translatable strings + * e-msg-composer-address-dialog.glade.h: file with strings + 2000-05-12 Dan Winship <danw@helixcode.com> * e-msg-composer.c (get_editor_text): NUL-terminate the data diff --git a/composer/e-msg-composer-address-dialog.glade b/composer/e-msg-composer-address-dialog.glade index 2249c27daf..c90ef3f245 100644 --- a/composer/e-msg-composer-address-dialog.glade +++ b/composer/e-msg-composer-address-dialog.glade @@ -21,7 +21,8 @@ <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> <support_header_file>support.h</support_header_file> - <translatable_strings_file></translatable_strings_file> + <output_translatable_strings>True</output_translatable_strings> + <translatable_strings_file>e-msg-composer-address-dialog.glade.h</translatable_strings_file> </project> <widget> diff --git a/composer/e-msg-composer-address-dialog.glade.h b/composer/e-msg-composer-address-dialog.glade.h new file mode 100644 index 0000000000..a5d48ec275 --- /dev/null +++ b/composer/e-msg-composer-address-dialog.glade.h @@ -0,0 +1,19 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("Recipient list:"); +gchar *s = N_("Name:"); +gchar *s = N_("Search..."); +gchar *s = N_("Name"); +gchar *s = N_("Address"); +gchar *s = N_("Properties..."); +gchar *s = N_("Add..."); +gchar *s = N_("To: >>"); +gchar *s = N_("Cc: >>"); +gchar *s = N_("Bcc: >>"); +gchar *s = N_("label9"); +gchar *s = N_("label7"); +gchar *s = N_("label8"); diff --git a/composer/e-msg-composer-attachment.glade b/composer/e-msg-composer-attachment.glade index 72c0132639..43b38e2e47 100644 --- a/composer/e-msg-composer-attachment.glade +++ b/composer/e-msg-composer-attachment.glade @@ -21,7 +21,8 @@ <handler_header_file>callbacks.h</handler_header_file> <support_source_file>support.c</support_source_file> <support_header_file>support.h</support_header_file> - <translatable_strings_file></translatable_strings_file> + <output_translatable_strings>True</output_translatable_strings> + <translatable_strings_file>e-msg-composer-attachment.glade.h</translatable_strings_file> </project> <widget> diff --git a/composer/e-msg-composer-attachment.glade.h b/composer/e-msg-composer-attachment.glade.h new file mode 100644 index 0000000000..965ce1b6d5 --- /dev/null +++ b/composer/e-msg-composer-attachment.glade.h @@ -0,0 +1,11 @@ +/* + * Translatable strings file generated by Glade. + * Add this file to your project's POTFILES.in. + * DO NOT compile it as part of your application. + */ + +gchar *s = N_("Attachment properties"); +gchar *s = N_("Description:"); +gchar *s = N_("MIME type:"); +gchar *s = N_("File name:"); +gchar *s = N_("Browse..."); diff --git a/po/ChangeLog b/po/ChangeLog index 13c3477d88..5cd974b985 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2000-05-13 Valek Filippov <frob@df.ru> + + * POTFILES.in: added *.glade.h and *-strings.h files. + * ru.po: updated russian translation. + 2000-05-12 Andreas Hyden <a.hyden@cyberpoint.se> * sv.po: Updated Swedish translation. diff --git a/po/POTFILES.in b/po/POTFILES.in index 0f30aede75..e0faf95f73 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,12 @@ +addressbook/contact-editor/e-contact-editor-strings.h +addressbook/contact-editor/fullname-strings.h +addressbook/gui/component/ldap-server-dialog.glade.h +addressbook/printing/e-contact-print.glade.h composer/e-msg-composer-address-dialog.c +composer/e-msg-composer-address-dialog.glade.h composer/e-msg-composer-attachment-bar.c composer/e-msg-composer-attachment.c +composer/e-msg-composer-attachment.glade.h composer/e-msg-composer-hdrs.c composer/e-msg-composer.c e-util/e-setup.c @@ -13,3 +19,5 @@ shell/e-folder.c shell/e-shell-view-menu.c shell/e-shell.c shell/main.c +widgets/e-table/e-table-config.glade.h +widgets/e-table/e-table-group.glade.h
\ No newline at end of file @@ -4,15 +4,407 @@ msgid "" msgstr "" "Project-Id-Version: E-volution\n" -"POT-Creation-Date: 2000-05-03 19:03+0000\n" -"PO-Revision-Date: 2000-05-01 15:56+00:00\n" +"POT-Creation-Date: 2000-05-13 02:48+0000\n" +"PO-Revision-Date: 2000-05-13 03:25+00:00\n" "Last-Translator: Valek Filippov <frob@df.ru>\n" "Language-Team: Russian <ru@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8-bit\n" -#: composer/e-msg-composer-address-dialog.c:183 composer/e-msg-composer.c:452 +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: addressbook/contact-editor/e-contact-editor-strings.h:7 +msgid "Contact Editor" +msgstr "�������� ���������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:8 +msgid "Business Fax" +msgstr "������� ����" + +#: addressbook/contact-editor/e-contact-editor-strings.h:9 +msgid "Home" +msgstr "��������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:10 +#: addressbook/contact-editor/e-contact-editor-strings.h:20 +msgid "Business" +msgstr "�������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:11 +msgid "Mobile" +msgstr "���������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:12 +msgid "Primary Email" +msgstr "������ ��.�����" + +#: addressbook/contact-editor/e-contact-editor-strings.h:13 +msgid "\tFull Name..." +msgstr " ������ ���..." + +#: addressbook/contact-editor/e-contact-editor-strings.h:14 +msgid "Job Title:" +msgstr "���������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:15 +msgid "Company:" +msgstr "��������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:16 +msgid "File As:" +msgstr "��������� ���:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:17 +msgid "Web page address:" +msgstr "����� Web-��������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:18 +msgid "This is the mailing address" +msgstr "��� ����� ����������� �����" + +#: addressbook/contact-editor/e-contact-editor-strings.h:19 +msgid "Wants HTML mail" +msgstr "��������� HTML-�����" + +#: addressbook/contact-editor/e-contact-editor-strings.h:21 +#: addressbook/contact-editor/e-contact-editor-strings.h:28 +msgid "Address:" +msgstr "�����:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:22 +msgid "General" +msgstr "�����" + +#: addressbook/contact-editor/e-contact-editor-strings.h:23 +msgid "Department:" +msgstr "�����:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:24 +msgid "Office:" +msgstr "����:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:25 +msgid "Profession:" +msgstr "���������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:26 +msgid "Nickname:" +msgstr "���������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:27 +msgid "Spouse's name:" +msgstr "��� �������(�):" + +#: addressbook/contact-editor/e-contact-editor-strings.h:29 +msgid "Birthday:" +msgstr "���� ��������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:30 +msgid "Assistant's name:" +msgstr "��� ���������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:31 +msgid "Manager's name:" +msgstr "��� ���������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:32 +msgid "Anniversary:" +msgstr "���������:" + +#: addressbook/contact-editor/e-contact-editor-strings.h:33 +msgid "Internet Free-Busy" +msgstr "�������� ��������-�����" + +#: addressbook/contact-editor/e-contact-editor-strings.h:34 +msgid "Details" +msgstr "������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:35 +#: addressbook/contact-editor/e-contact-editor-strings.h:40 +msgid "Add" +msgstr "��������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:36 +#: mail/folder-browser-factory.c:153 +msgid "Delete" +msgstr "�������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:37 +msgid "Phone Types" +msgstr "��� ��������" + +#: addressbook/contact-editor/e-contact-editor-strings.h:38 +#: addressbook/contact-editor/e-contact-editor-strings.h:39 +msgid "New phone type" +msgstr "����� ��� ��������" + +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: addressbook/contact-editor/fullname-strings.h:7 +msgid "Check Full Name" +msgstr "��������� ������ ���" + +#: addressbook/contact-editor/fullname-strings.h:8 +msgid "Title:" +msgstr "���������:" + +#: addressbook/contact-editor/fullname-strings.h:9 +msgid "First:" +msgstr "���:" + +#: addressbook/contact-editor/fullname-strings.h:10 +msgid "Middle:" +msgstr "��������:" + +#: addressbook/contact-editor/fullname-strings.h:11 +msgid "Last:" +msgstr "�������:" + +#: addressbook/contact-editor/fullname-strings.h:12 +msgid "Suffix:" +msgstr "�������:" + +#: addressbook/contact-editor/fullname-strings.h:13 +msgid "" +"\n" +"Mr.\n" +"Mrs.\n" +"Dr.\n" +msgstr "" +"\n" +"Mr.\n" +"Mrs.\n" +"Dr.\n" + +#: addressbook/contact-editor/fullname-strings.h:18 +msgid "" +"\n" +"Sr.\n" +"Jr.\n" +"I\n" +"II\n" +"III\n" +"Esq.\n" +msgstr "" +"\n" +"Sr.\n" +"Jr.\n" +"I\n" +"II\n" +"III\n" +"Esq.\n" + +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: addressbook/gui/component/ldap-server-dialog.glade.h:7 +#: composer/e-msg-composer-attachment.glade.h:8 +msgid "Description:" +msgstr "�������" + +#: addressbook/gui/component/ldap-server-dialog.glade.h:8 +msgid "LDAP Server:" +msgstr "LDAP ������:" + +#: addressbook/gui/component/ldap-server-dialog.glade.h:9 +msgid "Port Number:" +msgstr "����� �����:" + +#: addressbook/gui/component/ldap-server-dialog.glade.h:10 +msgid "Root DN:" +msgstr "" + +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: addressbook/printing/e-contact-print.glade.h:7 +msgid "Page Setup:" +msgstr "��������� ��������:" + +#: addressbook/printing/e-contact-print.glade.h:8 +msgid "Style name:" +msgstr "�������� �����:" + +#: addressbook/printing/e-contact-print.glade.h:9 +msgid "Preview:" +msgstr "��������:" + +#: addressbook/printing/e-contact-print.glade.h:10 +msgid "Options" +msgstr "��������" + +#: addressbook/printing/e-contact-print.glade.h:11 +msgid "Include:" +msgstr "��������:" + +#: addressbook/printing/e-contact-print.glade.h:12 +msgid "Sections:" +msgstr "�������:" + +#: addressbook/printing/e-contact-print.glade.h:13 +msgid "Immediately follow each other" +msgstr "���������� ��������� ���� �� ������" + +#: addressbook/printing/e-contact-print.glade.h:14 +msgid "Letter tabs on side" +msgstr "������ ����� �����" + +#: addressbook/printing/e-contact-print.glade.h:15 +msgid "Headings for each letter" +msgstr "��������� ��� ������� ������" + +#: addressbook/printing/e-contact-print.glade.h:16 +msgid "Start on a new page" +msgstr "�������� �� ����� ��������" + +#: addressbook/printing/e-contact-print.glade.h:17 +msgid "Number of columns:" +msgstr "����� ��������:" + +#: addressbook/printing/e-contact-print.glade.h:18 +msgid "Blank forms at end:" +msgstr "������ ����� � �����:" + +#: addressbook/printing/e-contact-print.glade.h:19 +msgid "Fonts" +msgstr "������" + +#: addressbook/printing/e-contact-print.glade.h:20 +#: addressbook/printing/e-contact-print.glade.h:21 +#: addressbook/printing/e-contact-print.glade.h:51 +#: addressbook/printing/e-contact-print.glade.h:54 +msgid "Font..." +msgstr "�����..." + +#: addressbook/printing/e-contact-print.glade.h:22 +msgid "Headings" +msgstr "���������" + +#: addressbook/printing/e-contact-print.glade.h:23 +msgid "10 pt. Tahoma" +msgstr "10 ��. Tahoma" + +#: addressbook/printing/e-contact-print.glade.h:24 +msgid "Body" +msgstr "����" + +#: addressbook/printing/e-contact-print.glade.h:25 +msgid "8 pt. Tahoma" +msgstr "8 ��. Tahoma" + +#: addressbook/printing/e-contact-print.glade.h:26 +msgid "Shading" +msgstr "�����������" + +#: addressbook/printing/e-contact-print.glade.h:27 +msgid "Print using gray shading" +msgstr "������ � �������������� ������ �����������" + +#: addressbook/printing/e-contact-print.glade.h:28 +msgid "Format" +msgstr "������" + +#: addressbook/printing/e-contact-print.glade.h:29 +#: addressbook/printing/e-contact-print.glade.h:50 +msgid "Paper" +msgstr "������" + +#: addressbook/printing/e-contact-print.glade.h:30 +msgid "Type:" +msgstr "���:" + +#: addressbook/printing/e-contact-print.glade.h:31 +#: addressbook/printing/e-contact-print.glade.h:43 +msgid "label26" +msgstr "label26" + +#: addressbook/printing/e-contact-print.glade.h:32 +#: addressbook/printing/e-contact-print.glade.h:44 +msgid "Dimensions:" +msgstr "�������:" + +#: addressbook/printing/e-contact-print.glade.h:33 +#: addressbook/printing/e-contact-print.glade.h:45 +msgid "Width:" +msgstr "������:" + +#: addressbook/printing/e-contact-print.glade.h:34 +#: addressbook/printing/e-contact-print.glade.h:46 +msgid "Height:" +msgstr "������:" + +#: addressbook/printing/e-contact-print.glade.h:35 +msgid "Paper source:" +msgstr "�������� ������:" + +#: addressbook/printing/e-contact-print.glade.h:36 +msgid "Margins" +msgstr "�������:" + +#: addressbook/printing/e-contact-print.glade.h:37 +msgid "Top:" +msgstr "������:" + +#: addressbook/printing/e-contact-print.glade.h:38 +msgid "Bottom:" +msgstr "�����:" + +#: addressbook/printing/e-contact-print.glade.h:39 +msgid "Left:" +msgstr "�����:" + +#: addressbook/printing/e-contact-print.glade.h:40 +msgid "Right:" +msgstr "������:" + +#: addressbook/printing/e-contact-print.glade.h:41 +msgid "Page" +msgstr "��������" + +#: addressbook/printing/e-contact-print.glade.h:42 +msgid "Size:" +msgstr "������:" + +#: addressbook/printing/e-contact-print.glade.h:47 +msgid "Orientation" +msgstr "����������" + +#: addressbook/printing/e-contact-print.glade.h:48 +msgid "Portrait" +msgstr "�������" + +#: addressbook/printing/e-contact-print.glade.h:49 +msgid "Landscape" +msgstr "�������" + +#: addressbook/printing/e-contact-print.glade.h:52 +msgid "Header" +msgstr "�����" + +#: addressbook/printing/e-contact-print.glade.h:53 +msgid "Footer:" +msgstr "������:" + +#: addressbook/printing/e-contact-print.glade.h:55 +msgid "Reverse on even pages" +msgstr "�������� �� ������ ���������" + +#: addressbook/printing/e-contact-print.glade.h:56 +msgid "Header/Footer" +msgstr "�����/������" + +#: composer/e-msg-composer-address-dialog.c:183 composer/e-msg-composer.c:466 msgid "Cut" msgstr "��������" @@ -20,7 +412,7 @@ msgstr "��������" msgid "Cut selected item into clipboard" msgstr "�������� ���������� ������� � ����� ������" -#: composer/e-msg-composer-address-dialog.c:187 composer/e-msg-composer.c:453 +#: composer/e-msg-composer-address-dialog.c:187 composer/e-msg-composer.c:467 msgid "Copy" msgstr "�����������" @@ -29,7 +421,7 @@ msgid "Copy selected item into clipboard" msgstr "�������� ���������� ������� � ����� ������" #: composer/e-msg-composer-address-dialog.c:191 -#: composer/e-msg-composer-address-dialog.c:199 composer/e-msg-composer.c:454 +#: composer/e-msg-composer-address-dialog.c:199 composer/e-msg-composer.c:468 msgid "Paste" msgstr "��������" @@ -42,6 +434,63 @@ msgstr "�������� ������� �� ������ ������" msgid "Select recipients' addresses" msgstr "������� ������ �����������" +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: composer/e-msg-composer-address-dialog.glade.h:7 +msgid "Recipient list:" +msgstr "������ �����������:" + +#: composer/e-msg-composer-address-dialog.glade.h:8 +msgid "Name:" +msgstr "���:" + +#: composer/e-msg-composer-address-dialog.glade.h:9 +msgid "Search..." +msgstr "�����..." + +#: composer/e-msg-composer-address-dialog.glade.h:10 +msgid "Name" +msgstr "���" + +#: composer/e-msg-composer-address-dialog.glade.h:11 +msgid "Address" +msgstr "�����" + +#: composer/e-msg-composer-address-dialog.glade.h:12 +msgid "Properties..." +msgstr "��������..." + +#: composer/e-msg-composer-address-dialog.glade.h:13 +msgid "Add..." +msgstr "��������..." + +#: composer/e-msg-composer-address-dialog.glade.h:14 +msgid "To: >>" +msgstr "����:>>" + +#: composer/e-msg-composer-address-dialog.glade.h:15 +msgid "Cc: >>" +msgstr "�����:>>" + +#: composer/e-msg-composer-address-dialog.glade.h:16 +msgid "Bcc: >>" +msgstr "���.�����:>>" + +#: composer/e-msg-composer-address-dialog.glade.h:17 +msgid "label9" +msgstr "label9" + +#: composer/e-msg-composer-address-dialog.glade.h:18 +msgid "label7" +msgstr "label7" + +#: composer/e-msg-composer-address-dialog.glade.h:19 +msgid "label8" +msgstr "label8" + #: composer/e-msg-composer-attachment-bar.c:76 msgid "1 byte" msgstr "1 ����" @@ -90,31 +539,52 @@ msgstr "������������ ���� � ���������" msgid "Select attachment" msgstr "������� ��������" -#: composer/e-msg-composer-hdrs.c:88 +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: composer/e-msg-composer-attachment.glade.h:7 +msgid "Attachment properties" +msgstr "�������� ��������" + +#: composer/e-msg-composer-attachment.glade.h:9 +msgid "MIME type:" +msgstr "��� MIME:" + +#: composer/e-msg-composer-attachment.glade.h:10 +msgid "File name:" +msgstr "��� �����:" + +#: composer/e-msg-composer-attachment.glade.h:11 +msgid "Browse..." +msgstr "��������..." + +#: composer/e-msg-composer-hdrs.c:89 msgid "Click here for the address book" msgstr "�������� ����� ��� �������� �����" -#: composer/e-msg-composer-hdrs.c:123 +#: composer/e-msg-composer-hdrs.c:124 msgid "To:" msgstr "����:" -#: composer/e-msg-composer-hdrs.c:124 +#: composer/e-msg-composer-hdrs.c:125 msgid "Enter the recipients of the message" msgstr "������� ����������� ���������" -#: composer/e-msg-composer-hdrs.c:128 +#: composer/e-msg-composer-hdrs.c:129 msgid "Cc:" msgstr "�����:" -#: composer/e-msg-composer-hdrs.c:129 +#: composer/e-msg-composer-hdrs.c:130 msgid "Enter the addresses that will receive a carbon copy of the message" msgstr "������� ���������, ������� ������� ����� ���������" -#: composer/e-msg-composer-hdrs.c:134 +#: composer/e-msg-composer-hdrs.c:135 msgid "Bcc:" msgstr "���.�����:" -#: composer/e-msg-composer-hdrs.c:135 +#: composer/e-msg-composer-hdrs.c:136 msgid "" "Enter the addresses that will receive a carbon copy of the message without " "appearing in the recipient list of the message." @@ -122,450 +592,415 @@ msgstr "" "������� ���������, ������� ������� ����� ��������� �� ����� � ������ " "�����������." -#: composer/e-msg-composer-hdrs.c:141 +#: composer/e-msg-composer-hdrs.c:142 msgid "Subject:" msgstr "����:" -#: composer/e-msg-composer-hdrs.c:142 +#: composer/e-msg-composer-hdrs.c:143 msgid "Enter the subject of the mail" msgstr "������� ���� ������" -#: composer/e-msg-composer.c:410 +#: composer/e-msg-composer.c:424 msgid "Save in _folder..." msgstr "��������� � �����..." -#: composer/e-msg-composer.c:410 +#: composer/e-msg-composer.c:424 msgid "Save the message in a specified folder" msgstr "��������� ��������� � ��������� �����" -#: composer/e-msg-composer.c:413 composer/e-msg-composer.c:450 -#: mail/folder-browser-factory.c:115 +#: composer/e-msg-composer.c:427 composer/e-msg-composer.c:464 +#: mail/folder-browser-factory.c:139 msgid "Send" msgstr "���������" -#: composer/e-msg-composer.c:413 +#: composer/e-msg-composer.c:427 msgid "Send the message" msgstr "��������� ���������" -#: composer/e-msg-composer.c:421 +#: composer/e-msg-composer.c:435 msgid "View _attachments" msgstr "����������� ��������" -#: composer/e-msg-composer.c:421 +#: composer/e-msg-composer.c:435 msgid "View/hide attachments" msgstr "��������/������ ��������" -#: composer/e-msg-composer.c:450 +#: composer/e-msg-composer.c:464 msgid "Send this message" msgstr "��������� ��� ���������" -#: composer/e-msg-composer.c:452 +#: composer/e-msg-composer.c:466 msgid "Cut selected region into the clipboard" msgstr "�������� ���������� ������� � ����� ������" -#: composer/e-msg-composer.c:453 +#: composer/e-msg-composer.c:467 msgid "Copy selected region into the clipboard" msgstr "����������� ���������� ������� � ����� ������" -#: composer/e-msg-composer.c:454 +#: composer/e-msg-composer.c:468 msgid "Paste selected region into the clipboard" msgstr "�������� ���������� ������� � ����� ������" -#: composer/e-msg-composer.c:455 +#: composer/e-msg-composer.c:469 msgid "Undo" msgstr "�����" -#: composer/e-msg-composer.c:455 +#: composer/e-msg-composer.c:469 msgid "Undo last operation" msgstr "�������� ��������� ��������" -#: composer/e-msg-composer.c:457 +#: composer/e-msg-composer.c:471 msgid "Attach" msgstr "������������" -#: composer/e-msg-composer.c:457 +#: composer/e-msg-composer.c:471 msgid "Attach a file" msgstr "������������ ����" -#: mail/folder-browser-factory.c:88 +#: mail/folder-browser-factory.c:85 +#, fuzzy msgid "" -"This is a development version of Evolution.\n" -"Using the mail component on your mail files\n" -"is extremely hazardous.\n" +"Hi. Thanks for taking the time to download this preview release of\n" +"the Evolution groupware suite.\n" "\n" -"Do not run this program on your real mail\n" -" and do not give it access to your real mail server.\n" +"The Evolution team has worked hard to make Evolution as robust,\n" +"extensible, pretty, fast and well-suited to heavy internet users as\n" +"possible. And we're very tired. But we're not done -- not yet.\n" "\n" -"You have been warned\n" +"As you explore Evolution, please understand that most of our work has\n" +"been focused on the backend engine which drives the entire system and\n" +"not on the user interface. We are just cresting the hill now, though,\n" +"and will be pouring most of our love and attention into the UI from\n" +"here out. But at least you know that you're not using demoware.\n" +"\n" +"So, time for the nerdy disclaimer. Evolution will: crash, lose your\n" +"mail, leave stray processes running, consume 100% CPU, race, lock,\n" +"send HTML mail to random mailing lists, and embarass you in front of\n" +"your friends and co-workers. Use at your own risk.\n" +"\n" +"We hope that you enjoy the results of our hard work, and we eagerly\n" +"await your contributions!\n" msgstr "" -"��� ��������������� ������ ��������� \"��������\".\n" -"������������� ��������� ���������� � ������\n" -"��������� ������� ������������� ������.\n" +"������! �������, ��� ����� ����� ������� ��� ��������������� ������\n" +"������ ��������� ���������� \"��������\"\n" +"\n" +"������� \"��������\" ������ ��������, ����� ������� ��������� ���������\n" +"����������, �����������, ��������, ������� � �������������� ���\n" +"����������� ������������ ��������, ��������� ��������. � �� ������.\n" +"�� �� ��� �� ������ -- ���� ���.\n" "\n" -"�� ���������� ��� ��������� � ����� �������� ������\n" -"� �� ������� ������� � ������ ��������� ���������\n" -"�������.<\n" -"�� �������������\n" +"����� �� ���������� \"��������\", ���������� ����������, ��� ������� �����\n" +"����� ������ ���� ���������� �� �������� ������� ������, ������� �����\n" +"��������� ���� ��������, � �� ���������������� �����������." #: mail/folder-browser-factory.c:114 -msgid "New mail" -msgstr "����� �����" +msgid "" +"Thanks\n" +"The Evolution Team\n" +msgstr "" +"� ��������������\n" +"������� Evolution\n" -#: mail/folder-browser-factory.c:114 +#: mail/folder-browser-factory.c:138 +msgid "Get mail" +msgstr "�������� �����" + +#: mail/folder-browser-factory.c:138 msgid "Check for new mail" msgstr "��������� �������� ����" -#: mail/folder-browser-factory.c:115 +#: mail/folder-browser-factory.c:139 msgid "Send a new message" msgstr "��������� ����� ���������" -#: mail/folder-browser-factory.c:116 +#: mail/folder-browser-factory.c:140 msgid "Find" msgstr "�����" -#: mail/folder-browser-factory.c:116 +#: mail/folder-browser-factory.c:140 msgid "Find messages" msgstr "����� ���������" -#: mail/folder-browser-factory.c:120 +#: mail/folder-browser-factory.c:144 msgid "Reply" msgstr "��������" -#: mail/folder-browser-factory.c:120 +#: mail/folder-browser-factory.c:144 msgid "Reply to the sender of this message" msgstr "�������� ����������� ����� ���������" -#: mail/folder-browser-factory.c:121 +#: mail/folder-browser-factory.c:145 msgid "Reply to All" msgstr "�������� ����" -#: mail/folder-browser-factory.c:121 +#: mail/folder-browser-factory.c:145 msgid "Reply to all recipients of this message" msgstr "�������� ���� ����������� ����� ���������" -#: mail/folder-browser-factory.c:123 +#: mail/folder-browser-factory.c:147 msgid "Forward" msgstr "���������" -#: mail/folder-browser-factory.c:123 +#: mail/folder-browser-factory.c:147 msgid "Forward this message" msgstr "��������� ��� ���������" -#: mail/folder-browser-factory.c:127 +#: mail/folder-browser-factory.c:151 msgid "Print" msgstr "������" -#: mail/folder-browser-factory.c:127 +#: mail/folder-browser-factory.c:151 msgid "Print the selected message" msgstr "����������� ���������� ���������" -#: mail/folder-browser-factory.c:129 -msgid "Delete" -msgstr "�������" - -#: mail/folder-browser-factory.c:129 +#: mail/folder-browser-factory.c:153 msgid "Delete this message" msgstr "������� ��� ���������" -#: mail/folder-browser-factory.c:146 -msgid "_Mail" -msgstr "�����" - -#: mail/folder-browser-factory.c:151 +#: mail/folder-browser-factory.c:170 msgid "_Expunge" -msgstr "" +msgstr "����������" -#: mail/folder-browser-factory.c:275 +#: mail/folder-browser-factory.c:292 msgid "We are sorry, Evolution's Folder Browser can not be initialized." msgstr "" "��������, ��������� ��������� ����� \"��������\" �� ����� ���� " "����������������." -#: mail/folder-browser.c:189 +#: mail/folder-browser.c:207 msgid "The URI that the Folder Browser will display" msgstr "URI, ������� ����� ���������� ��������� ��������� �����" -#: mail/folder-browser.c:192 +#: mail/folder-browser.c:210 msgid "Whether a message preview should be shown" msgstr "����� �� ������������ ���� ��������� ���������" -#: mail/mail-component.c:30 mail/main.c:55 +#: mail/main.c:54 msgid "Mail Component: I could not initialize Bonobo" msgstr "�������� ���������: �� ������� ���������������� Bonobo" -#: mail/message-list.c:431 +#: mail/message-list.c:421 msgid "Priority" msgstr "���������" -#: mail/message-list.c:445 +#: mail/message-list.c:435 msgid "From" msgstr "��" -#: mail/message-list.c:452 +#: mail/message-list.c:442 msgid "Subject" msgstr "����" -#: mail/message-list.c:459 +#: mail/message-list.c:449 msgid "Sent" msgstr "����������" -#: mail/message-list.c:466 +#: mail/message-list.c:456 msgid "Receive" msgstr "��������" -#: mail/message-list.c:473 +#: mail/message-list.c:463 msgid "To" msgstr "����" -#: mail/message-list.c:480 +#: mail/message-list.c:470 msgid "Size" msgstr "������" -#: shell/e-folder.c:150 -msgid "A folder containing mail items" -msgstr "����� ���������� �����" - -#: shell/e-folder.c:153 -msgid "A folder containing contacts" -msgstr "����� ���������� ��������" - -#: shell/e-folder.c:156 -msgid "A folder containing calendar entries" -msgstr "����� ���������� ���������" - -#: shell/e-folder.c:159 -msgid "A folder containing tasks" -msgstr "����� ���������� �������" - -#: shell/e-init.c:25 -msgid "Evolution can not create its local folders" -msgstr "��������� Evolution �� ����� ������� ��� ��������� �����" - -#: shell/e-shell-shortcut.c:99 -msgid "Large Icons" -msgstr "������� �����������" - -#: shell/e-shell-shortcut.c:100 -msgid "Small Icons" -msgstr "��������� �����������" - -#: shell/e-shell-shortcut.c:102 -msgid "Add New Group" -msgstr "�������� ����� ������" - -#: shell/e-shell-shortcut.c:103 -msgid "Remove Group" -msgstr "������� ������" +#. you might have to call gnome_dialog_run() on the +#. * dialog returned here, I don't remember... +#. +#: shell/e-shell-view-menu.c:62 +msgid "Bug buddy was not found in your $PATH." +msgstr "Bug-buddy �� ��� ������ � ����� $PATH." -#: shell/e-shell-shortcut.c:104 -msgid "Rename Group" -msgstr "������������� ������" +#. same as above +#: shell/e-shell-view-menu.c:68 +msgid "Bug buddy could not be run." +msgstr "Bug-buddy �� ����� ���� �������." -#: shell/e-shell-shortcut.c:106 -msgid "Add Shortcut" -msgstr "�������� �����" +#: shell/e-shell-view-menu.c:110 +msgid "Evolution" +msgstr "��������" -#: shell/e-shell-shortcut.c:208 -msgid "Open Folder" -msgstr "������� �����" +#: shell/e-shell-view-menu.c:112 +msgid "Copyright 1999, 2000 Helix Code, Inc." +msgstr "Copyright 1999, 2000 Helix Code, Inc." -#: shell/e-shell-shortcut.c:209 -msgid "Open in New Window" -msgstr "������� � ����� ����" - -#: shell/e-shell-shortcut.c:210 -msgid "Advanced Find" -msgstr "����������� �����" - -#: shell/e-shell-shortcut.c:212 -msgid "Remove From Shortcut Bar" -msgstr "������� �� ������ �������" - -#: shell/e-shell-shortcut.c:213 -msgid "Rename Shortcut" -msgstr "������������� �����" - -#: shell/e-shell-shortcut.c:215 -msgid "Properties" -msgstr "��������" +#: shell/e-shell-view-menu.c:114 +msgid "" +"Evolution is a suite of groupware applications\n" +"for mail, calendaring, and contact management\n" +"within the GNOME desktop environment." +msgstr "" +"\"��������\" ��� ����� ���������� ����������� �����,\n" +"������� ���������� � ���������� ���������� ���\n" +"��������� ������ � ����� GNOME." -#: shell/e-shell-view-menu.c:118 shell/e-shell-view-menu.c:184 +#: shell/e-shell-view-menu.c:163 shell/e-shell-view-menu.c:229 msgid "_Folder" msgstr "�����" -#: shell/e-shell-view-menu.c:122 +#: shell/e-shell-view-menu.c:167 msgid "Evolution _Bar Shortcut" msgstr "������ ������� Evolution" -#: shell/e-shell-view-menu.c:128 +#: shell/e-shell-view-menu.c:173 msgid "_Mail message" msgstr "�������� ���������" -#: shell/e-shell-view-menu.c:129 shell/e-shell-view-menu.c:132 +#: shell/e-shell-view-menu.c:174 shell/e-shell-view-menu.c:177 msgid "Composes a new mail message" msgstr "������� ����� ���������" -#: shell/e-shell-view-menu.c:131 +#: shell/e-shell-view-menu.c:176 msgid "_Appointment" msgstr "�������" -#: shell/e-shell-view-menu.c:134 +#: shell/e-shell-view-menu.c:179 msgid "Meeting Re_quest" msgstr "������ �������" -#: shell/e-shell-view-menu.c:137 +#: shell/e-shell-view-menu.c:182 msgid "_Contact" msgstr "�������" -#: shell/e-shell-view-menu.c:140 +#: shell/e-shell-view-menu.c:185 msgid "_Task" msgstr "�������" -#: shell/e-shell-view-menu.c:143 +#: shell/e-shell-view-menu.c:188 msgid "Task _Request" msgstr "������ �������" -#: shell/e-shell-view-menu.c:146 +#: shell/e-shell-view-menu.c:191 msgid "_Journal Entry" msgstr "���������� ������" -#: shell/e-shell-view-menu.c:149 +#: shell/e-shell-view-menu.c:194 msgid "_Note" msgstr "�������" -#: shell/e-shell-view-menu.c:159 +#: shell/e-shell-view-menu.c:204 msgid "_Selected Items" msgstr "���������� ��������" -#: shell/e-shell-view-menu.c:167 +#: shell/e-shell-view-menu.c:212 msgid "_New Folder" msgstr "����� �����" -#: shell/e-shell-view-menu.c:175 +#: shell/e-shell-view-menu.c:220 msgid "_New" msgstr "�����" -#: shell/e-shell-view-menu.c:176 +#: shell/e-shell-view-menu.c:221 msgid "_Open" msgstr "�������" -#: shell/e-shell-view-menu.c:177 +#: shell/e-shell-view-menu.c:222 msgid "Clos_e All Items" msgstr "������� ���" -#: shell/e-shell-view-menu.c:177 +#: shell/e-shell-view-menu.c:222 msgid "Closes all the open items" msgstr "������� ��� ��� �������" -#: shell/e-shell-view-menu.c:198 +#: shell/e-shell-view-menu.c:243 msgid "_Toggle Shortcut Bar" msgstr "����������� ������ �������" -#: shell/e-shell-view-menu.c:199 +#: shell/e-shell-view-menu.c:244 msgid "Toggles the shortcut bar" msgstr "����������� ������ �������" -#: shell/e-shell-view-menu.c:201 +#: shell/e-shell-view-menu.c:246 msgid "_Toggle Treeview" msgstr "����������� �������� ������" -#: shell/e-shell-view-menu.c:202 +#: shell/e-shell-view-menu.c:247 msgid "Toggles the tree view" msgstr "����������� �������� ������" +#: shell/e-shell-view-menu.c:262 +msgid "_Submit bug" +msgstr "��������� ��������� �� ������" + +#: shell/e-shell-view-menu.c:263 +msgid "Submit bug-report via bug-buddy" +msgstr "�������� ��������� �� ������ ����� bug-buddy" + #. FIXME: add Favorites here -#: shell/e-shell-view-menu.c:222 +#: shell/e-shell-view-menu.c:278 msgid "_Tools" msgstr "�����������" -#: shell/e-shell-view-menu.c:223 +#: shell/e-shell-view-menu.c:279 msgid "_Actions" msgstr "��������" -#: shell/e-shell.c:257 -msgid "Today" -msgstr "�������" - -#: shell/e-shell.c:257 -msgid "Executive Summary" -msgstr "" - -#: shell/e-shell.c:260 -msgid "Inbox" -msgstr "��������" - -#: shell/e-shell.c:260 -msgid "New mail messages" -msgstr "����� �������� ���������" - -#: shell/e-shell.c:263 -msgid "Sent messages" -msgstr "��������� ���������" - -#: shell/e-shell.c:263 -msgid "Sent mail messages" -msgstr "��������� �������� ���������" - -#: shell/e-shell.c:266 -msgid "Drafts" -msgstr "���������" - -#: shell/e-shell.c:266 -msgid "Draft mail messages" -msgstr "��������� �������� ���������" - -#: shell/e-shell.c:269 -msgid "Calendar" -msgstr "���������" - -#: shell/e-shell.c:269 -msgid "Your calendar" -msgstr "��� ���������" - -#: shell/e-shell.c:272 -msgid "Contacts" -msgstr "��������" - -#: shell/e-shell.c:272 -msgid "Your contacts list" -msgstr "��� ������ ���������" - -#: shell/e-shell.c:275 -msgid "Tasks" -msgstr "�������" - -#: shell/e-shell.c:275 -msgid "Tasks list" -msgstr "������ �������" - -#: shell/e-shell.c:284 -msgid "Main Shortcuts" -msgstr "������� ������" - -#: shell/e-shell.c:299 -msgid "Other Shortcuts" -msgstr "������ ������" - -#: shell/e-shortcut.c:467 -msgid "New group" -msgstr "����� ������" - -#: shell/main.c:36 -msgid "Enables some debugging functions" -msgstr "��������� ��������� ���������� �������" - -#: shell/main.c:36 -msgid "LEVEL" -msgstr "�������" - -#: shell/main.c:74 -msgid "Failed to initialize the Bonobo component system" -msgstr "�� ������� ���������������� ������������ ������� Bonobo" - -#: shell/main.c:104 -msgid "" -"It was not possible to setup the Evolution startup files. Please\n" -"fix the problem, and restart Evolution" -msgstr "" -"�� ������� ���������� ����� ������� \"��������\". ����������\n" -"������������ �������� � ������������� \"��������\"." +#: shell/e-shell.c:82 +#, c-format +msgid "Cannot set up local storage -- %s" +msgstr "���������� ���������� ��������� ��������� -- %s" + +#: shell/main.c:111 +msgid "Cannot initialize the Bonobo component system." +msgstr "�� ������� ���������������� ������������ ������� Bonobo." + +#: shell/main.c:126 +msgid "Cannot initialize the Evolution shell." +msgstr "���������� ���������������� �������� \"��������\"." + +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: widgets/e-table/e-table-config.glade.h:7 +msgid "Fields" +msgstr "����" + +#: widgets/e-table/e-table-config.glade.h:8 +msgid "Grouping" +msgstr "�������������" + +#: widgets/e-table/e-table-config.glade.h:9 +msgid "Sort" +msgstr "����������" + +#: widgets/e-table/e-table-config.glade.h:10 +msgid "Filter" +msgstr "������" + +#. +#. * Translatable strings file generated by Glade. +#. * Add this file to your project's POTFILES.in. +#. * DO NOT compile it as part of your application. +#. +#: widgets/e-table/e-table-group.glade.h:7 +msgid "window1" +msgstr "window1" + +#: widgets/e-table/e-table-group.glade.h:8 +msgid "Available fields" +msgstr "��������� ����" + +#: widgets/e-table/e-table-group.glade.h:9 +msgid "label1" +msgstr "label1" + +#: widgets/e-table/e-table-group.glade.h:10 +msgid "Show in this order" +msgstr "���������� � ����� �������" + +#: widgets/e-table/e-table-group.glade.h:11 +msgid "label2" +msgstr "label2" + +#: widgets/e-table/e-table-group.glade.h:12 +msgid "Add >>" +msgstr "�������� >>" + +#: widgets/e-table/e-table-group.glade.h:13 +msgid "<< Remove" +msgstr "<< �������" |