Skip to content

Commit

Permalink
geanygdb: some i18n fixing efforts, translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Petukhov authored and Alexander Petukhov committed Oct 16, 2011
1 parent 16034a7 commit 8578465
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 15 deletions.
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-io-break.c
Expand Up @@ -19,7 +19,11 @@

#include <string.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

#include "gdb-io-priv.h"


Expand Down
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-io-envir.c
Expand Up @@ -19,7 +19,11 @@

#include <string.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

#include "gdb-io-priv.h"


Expand Down
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-io-frame.c
Expand Up @@ -21,7 +21,11 @@
#include <string.h>
#include <glib.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

#include "gdb-io-priv.h"


Expand Down
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-io-read.c
Expand Up @@ -24,7 +24,11 @@
#include <unistd.h>
#include <stdarg.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

#include "gdb-io-priv.h"

static GSList *source_files = NULL;
Expand Down
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-io-run.c
Expand Up @@ -21,7 +21,11 @@
#include <signal.h>
#include <string.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

extern GeanyFunctions *geany_functions;
#include "gdb-io-priv.h"

Expand Down
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-ui-frame.c
Expand Up @@ -19,7 +19,11 @@

#include <string.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

#include "gdb-io.h"
#include "gdb-ui.h"

Expand Down
6 changes: 5 additions & 1 deletion geanygdb/src/gdb-ui-locn.c
Expand Up @@ -19,7 +19,11 @@

#include <string.h>

#include "geanyplugin.h"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <geanyplugin.h>

#include "gdb-io.h"
#include "gdb-ui.h"

Expand Down
10 changes: 2 additions & 8 deletions po/ru.po
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: geany-plugins 0.19\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-10-13 00:48+0400\n"
"PO-Revision-Date: 2011-10-15 17:50+0300\n"
"PO-Revision-Date: 2011-10-15 18:00+0300\n"
"Last-Translator: Alexander Petukhov <devel@apetukhov.ru>\n"
"Language-Team: Russian <geany-i18n@uvena.de>\n"
"Language: ru\n"
Expand Down Expand Up @@ -892,7 +892,6 @@ msgid "Program exited with code %d [%s]\n"
msgstr "Программа завершилась с кодом %d [%s].\n"

#: ../geanygdb/src/gdb-io-read.c:627
#, fuzzy
msgid "(unknown)"
msgstr "(неизвестно)"

Expand Down Expand Up @@ -1032,23 +1031,19 @@ msgid "Edit breakpoint"
msgstr "Править точку останова"

#: ../geanygdb/src/gdb-ui-break.c:169
#, fuzzy
msgid "Break after "
msgstr "Прервать после"

# ????
#: ../geanygdb/src/gdb-ui-break.c:176
#, fuzzy
msgid " times."
msgstr " раз."

#: ../geanygdb/src/gdb-ui-break.c:181
#, fuzzy
msgid "Break when "
msgstr " Прервать когда "

#: ../geanygdb/src/gdb-ui-break.c:188
#, fuzzy
msgid " is true."
msgstr " это истина."

Expand Down Expand Up @@ -1323,7 +1318,7 @@ msgstr "Закрыть все"

#: ../geanygdb/src/geanygdb.c:41
msgid "GeanyGDB"
msgstr ""
msgstr "Отладка с помощью GDB"

#: ../geanygdb/src/geanygdb.c:41
msgid "Integrated debugging with GDB."
Expand All @@ -1341,7 +1336,6 @@ msgid "geanygdb: ttyhelper program not found."
msgstr "geanygdb: программа ttyhelper, не найдена."

#: ../geanygdb/src/geanygdb.c:382
#, fuzzy
msgid "Debu_g"
msgstr "Отладчик"

Expand Down

0 comments on commit 8578465

Please sign in to comment.