Translate less stock strings
parent
f86a76aee0
commit
19fed6e5b5
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* mooutils/moostock.c
|
* mooutils/moostock.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004-2006 by Yevgen Muntyan <muntyan@math.tamu.edu>
|
* Copyright (C) 2004-2007 by Yevgen Muntyan <muntyan@math.tamu.edu>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -36,16 +36,16 @@
|
||||||
static GtkStockItem stock_items[] = {
|
static GtkStockItem stock_items[] = {
|
||||||
{(char*) MOO_STOCK_SAVE_NONE, (char*) N_("Save _None"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) MOO_STOCK_SAVE_NONE, (char*) N_("Save _None"), 0, 0, (char*) GETTEXT_PACKAGE},
|
||||||
{(char*) MOO_STOCK_SAVE_SELECTED, (char*) N_("Save _Selected"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) MOO_STOCK_SAVE_SELECTED, (char*) N_("Save _Selected"), 0, 0, (char*) GETTEXT_PACKAGE},
|
||||||
{(char*) MOO_STOCK_FILE_COPY, (char*) N_("Copy"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) MOO_STOCK_FILE_COPY, (char*) "_Copy", 0, 0, (char*) "gtk20"},
|
||||||
{(char*) MOO_STOCK_FILE_MOVE, (char*) N_("Move"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) MOO_STOCK_FILE_MOVE, (char*) N_("Move"), 0, 0, (char*) GETTEXT_PACKAGE},
|
||||||
{(char*) MOO_STOCK_FILE_LINK, (char*) N_("Link"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) MOO_STOCK_FILE_LINK, (char*) N_("Link"), 0, 0, (char*) GETTEXT_PACKAGE},
|
||||||
{(char*) MOO_STOCK_FILE_SAVE_AS, (char*) N_("Save As"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) MOO_STOCK_FILE_SAVE_AS, (char*) "Save _As", 0, 0, (char*) "gtk20"},
|
||||||
{(char*) MOO_STOCK_FILE_SAVE_COPY, (char*) N_("Save Copy"), 0, 0, (char*) GETTEXT_PACKAGE}
|
{(char*) MOO_STOCK_FILE_SAVE_COPY, (char*) N_("Save Copy"), 0, 0, (char*) GETTEXT_PACKAGE}
|
||||||
};
|
};
|
||||||
|
|
||||||
#if !GTK_CHECK_VERSION(2,10,0)
|
#if !GTK_CHECK_VERSION(2,10,0)
|
||||||
static GtkStockItem stock_items_2_10[] = {
|
static GtkStockItem stock_items_2_10[] = {
|
||||||
{(char*) GTK_STOCK_SELECT_ALL, (char*) N_("Select All"), 0, 0, (char*) GETTEXT_PACKAGE},
|
{(char*) GTK_STOCK_SELECT_ALL, (char*) N_("Select _All"), 0, 0, (char*) GETTEXT_PACKAGE},
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
22
po/ru.po
22
po/ru.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: moo\n"
|
"Project-Id-Version: moo\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2007-04-07 01:57-0500\n"
|
"POT-Creation-Date: 2007-04-07 02:48-0500\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Yevgen Muntyan <muntyan@tamu.edu>\n"
|
"Last-Translator: Yevgen Muntyan <muntyan@tamu.edu>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
@ -576,7 +576,7 @@ msgstr ""
|
||||||
#: ../moo/mooedit/plugins/fileselector/moofileselector.c:1030
|
#: ../moo/mooedit/plugins/fileselector/moofileselector.c:1030
|
||||||
#: ../moo/mooedit/plugins/fileselector/moofileselector.c:1055
|
#: ../moo/mooedit/plugins/fileselector/moofileselector.c:1055
|
||||||
#: ../moo/mooedit/plugins/fileselector/moofileselector.glade.h:2
|
#: ../moo/mooedit/plugins/fileselector/moofileselector.glade.h:2
|
||||||
#: ../moo/moofileview/glade/drop.glade.h:1 ../moo/mooutils/moostock.c:42
|
#: ../moo/moofileview/glade/drop.glade.h:1
|
||||||
msgid "Save As"
|
msgid "Save As"
|
||||||
msgstr "Сохранить как"
|
msgstr "Сохранить как"
|
||||||
|
|
||||||
|
@ -764,11 +764,11 @@ msgstr "Закрыть Все"
|
||||||
msgid "Close all documents"
|
msgid "Close all documents"
|
||||||
msgstr "Закрыть все документы"
|
msgstr "Закрыть все документы"
|
||||||
|
|
||||||
#: ../moo/mooedit/mooeditwindow.c:510 ../moo/mooutils/moostock.c:48
|
#: ../moo/mooedit/mooeditwindow.c:510
|
||||||
msgid "Select All"
|
msgid "Select All"
|
||||||
msgstr "Выделить Всё"
|
msgstr "Выделить Всё"
|
||||||
|
|
||||||
#: ../moo/mooedit/mooeditwindow.c:511
|
#: ../moo/mooedit/mooeditwindow.c:511 ../moo/mooutils/moostock.c:48
|
||||||
msgid "Select _All"
|
msgid "Select _All"
|
||||||
msgstr "Выделить Всё"
|
msgstr "Выделить Всё"
|
||||||
|
|
||||||
|
@ -1515,24 +1515,24 @@ msgstr ""
|
||||||
#. 3 - "SE & SW Asian",
|
#. 3 - "SE & SW Asian",
|
||||||
#. 4 - "Middle Eastern",
|
#. 4 - "Middle Eastern",
|
||||||
#. 5 - "Unicode"
|
#. 5 - "Unicode"
|
||||||
#: ../moo/mooutils/mooencodings.c:152
|
#: ../moo/mooutils/mooencodings.c:159
|
||||||
msgid "012345"
|
msgid "012345"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../moo/mooutils/mooencodings.c:280
|
#: ../moo/mooutils/mooencodings.c:370
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Current locale (%s)"
|
msgid "Current locale (%s)"
|
||||||
msgstr "Текущая локаль (%s)"
|
msgstr "Текущая локаль (%s)"
|
||||||
|
|
||||||
#: ../moo/mooutils/mooencodings.c:283
|
#: ../moo/mooutils/mooencodings.c:373
|
||||||
msgid "Current locale"
|
msgid "Current locale"
|
||||||
msgstr "Текущая локаль"
|
msgstr "Текущая локаль"
|
||||||
|
|
||||||
#: ../moo/mooutils/mooencodings.c:524
|
#: ../moo/mooutils/mooencodings.c:614
|
||||||
msgid "Auto Detected"
|
msgid "Auto Detected"
|
||||||
msgstr "Автоопределение"
|
msgstr "Автоопределение"
|
||||||
|
|
||||||
#: ../moo/mooutils/mooencodings.c:625
|
#: ../moo/mooutils/mooencodings.c:715
|
||||||
msgid "Charact_er encoding:"
|
msgid "Charact_er encoding:"
|
||||||
msgstr "Кодировку символов"
|
msgstr "Кодировку символов"
|
||||||
|
|
||||||
|
@ -1736,10 +1736,6 @@ msgstr "Не сохранять"
|
||||||
msgid "Save _Selected"
|
msgid "Save _Selected"
|
||||||
msgstr "Сохранить выделенные"
|
msgstr "Сохранить выделенные"
|
||||||
|
|
||||||
#: ../moo/mooutils/moostock.c:39
|
|
||||||
msgid "Copy"
|
|
||||||
msgstr "Копировать"
|
|
||||||
|
|
||||||
#: ../moo/mooutils/moostock.c:40
|
#: ../moo/mooutils/moostock.c:40
|
||||||
msgid "Move"
|
msgid "Move"
|
||||||
msgstr "Переместить"
|
msgstr "Переместить"
|
||||||
|
|
Loading…
Reference in New Issue