Translate less stock strings

master
Yevgen Muntyan 2007-04-07 02:49:36 -05:00
parent f86a76aee0
commit 19fed6e5b5
2 changed files with 13 additions and 17 deletions

View File

@ -1,7 +1,7 @@
/*
* 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
* it under the terms of the GNU General Public License as published by
@ -36,16 +36,16 @@
static GtkStockItem stock_items[] = {
{(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_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_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}
};
#if !GTK_CHECK_VERSION(2,10,0)
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

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: moo\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"
"Last-Translator: Yevgen Muntyan <muntyan@tamu.edu>\n"
"MIME-Version: 1.0\n"
@ -576,7 +576,7 @@ msgstr ""
#: ../moo/mooedit/plugins/fileselector/moofileselector.c:1030
#: ../moo/mooedit/plugins/fileselector/moofileselector.c:1055
#: ../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"
msgstr "Сохранить как"
@ -764,11 +764,11 @@ msgstr "Закрыть Все"
msgid "Close all documents"
msgstr "Закрыть все документы"
#: ../moo/mooedit/mooeditwindow.c:510 ../moo/mooutils/moostock.c:48
#: ../moo/mooedit/mooeditwindow.c:510
msgid "Select All"
msgstr "Выделить Всё"
#: ../moo/mooedit/mooeditwindow.c:511
#: ../moo/mooedit/mooeditwindow.c:511 ../moo/mooutils/moostock.c:48
msgid "Select _All"
msgstr "Выделить Всё"
@ -1515,24 +1515,24 @@ msgstr ""
#. 3 - "SE & SW Asian",
#. 4 - "Middle Eastern",
#. 5 - "Unicode"
#: ../moo/mooutils/mooencodings.c:152
#: ../moo/mooutils/mooencodings.c:159
msgid "012345"
msgstr ""
#: ../moo/mooutils/mooencodings.c:280
#: ../moo/mooutils/mooencodings.c:370
#, c-format
msgid "Current locale (%s)"
msgstr "Текущая локаль (%s)"
#: ../moo/mooutils/mooencodings.c:283
#: ../moo/mooutils/mooencodings.c:373
msgid "Current locale"
msgstr "Текущая локаль"
#: ../moo/mooutils/mooencodings.c:524
#: ../moo/mooutils/mooencodings.c:614
msgid "Auto Detected"
msgstr "Автоопределение"
#: ../moo/mooutils/mooencodings.c:625
#: ../moo/mooutils/mooencodings.c:715
msgid "Charact_er encoding:"
msgstr "Кодировку символов"
@ -1736,10 +1736,6 @@ msgstr "Не сохранять"
msgid "Save _Selected"
msgstr "Сохранить выделенные"
#: ../moo/mooutils/moostock.c:39
msgid "Copy"
msgstr "Копировать"
#: ../moo/mooutils/moostock.c:40
msgid "Move"
msgstr "Переместить"