Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

French translation update (and translation setup fixes for the Scope plugin) #693

Merged
merged 3 commits into from
Feb 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
626 changes: 318 additions & 308 deletions po/fr.po

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions scope/data/scope.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_id_column">
<property name="resizable">True</property>
<property name="title">Id</property>
<property name="title" translatable="yes">Id</property>
<property name="sort_column_id">0</property>
<child>
<object class="GtkCellRendererText" id="thread_id"/>
Expand All @@ -1604,7 +1604,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_pid_column">
<property name="resizable">True</property>
<property name="title">Pid</property>
<property name="title" translatable="yes">Pid</property>
<property name="sort_column_id">3</property>
<child>
<object class="GtkCellRendererText" id="thread_pid"/>
Expand All @@ -1617,7 +1617,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_group_id_column">
<property name="resizable">True</property>
<property name="title">Gid</property>
<property name="title" translatable="yes">Gid</property>
<property name="sort_column_id">4</property>
<child>
<object class="GtkCellRendererText" id="thread_group_id"/>
Expand All @@ -1630,7 +1630,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_state_column">
<property name="resizable">True</property>
<property name="title">State</property>
<property name="title" translatable="yes">State</property>
<property name="sort_column_id">5</property>
<child>
<object class="GtkCellRendererText" id="thread_state"/>
Expand All @@ -1643,7 +1643,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_base_name_column">
<property name="resizable">True</property>
<property name="title">File</property>
<property name="title" translatable="yes">File</property>
<property name="expand">True</property>
<property name="sort_column_id">1</property>
<child>
Expand All @@ -1657,7 +1657,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_line_column">
<property name="resizable">True</property>
<property name="title">Line</property>
<property name="title" translatable="yes">Line</property>
<child>
<object class="GtkCellRendererText" id="thread_line"/>
<attributes>
Expand All @@ -1669,7 +1669,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_func_column">
<property name="resizable">True</property>
<property name="title">Function</property>
<property name="title" translatable="yes">Function</property>
<property name="expand">True</property>
<property name="sort_column_id">7</property>
<child>
Expand All @@ -1683,7 +1683,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_addr_column">
<property name="resizable">True</property>
<property name="title">Address</property>
<property name="title" translatable="yes">Address</property>
<property name="sort_column_id">8</property>
<child>
<object class="GtkCellRendererText" id="thread_addr"/>
Expand All @@ -1696,7 +1696,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_target_id_column">
<property name="resizable">True</property>
<property name="title">Target Id</property>
<property name="title" translatable="yes">Target Id</property>
<property name="expand">True</property>
<property name="sort_column_id">9</property>
<child>
Expand All @@ -1710,7 +1710,7 @@
<child>
<object class="GtkTreeViewColumn" id="thread_core_column">
<property name="resizable">True</property>
<property name="title">Core</property>
<property name="title" translatable="yes">Core</property>
<property name="sort_column_id">10</property>
<child>
<object class="GtkCellRendererText" id="thread_core"/>
Expand Down Expand Up @@ -1752,7 +1752,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_type_column">
<property name="resizable">True</property>
<property name="title">Type</property>
<property name="title" translatable="yes">Type</property>
<property name="sort_column_id">4</property>
<child>
<object class="GtkCellRendererText" id="break_type"/>
Expand All @@ -1765,7 +1765,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_id_column">
<property name="resizable">True</property>
<property name="title">Id</property>
<property name="title" translatable="yes">Id</property>
<property name="sort_column_id">0</property>
<child>
<object class="GtkCellRendererText" id="break_id"/>
Expand All @@ -1790,7 +1790,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_display_column">
<property name="resizable">True</property>
<property name="title">Location or expr</property>
<property name="title" translatable="yes">Location or expr</property>
<property name="expand">True</property>
<property name="sort_column_id">15</property>
<child>
Expand All @@ -1804,7 +1804,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_addr_column">
<property name="resizable">True</property>
<property name="title">Address</property>
<property name="title" translatable="yes">Address</property>
<property name="sort_column_id">8</property>
<child>
<object class="GtkCellRendererText" id="break_addr"/>
Expand All @@ -1817,7 +1817,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_times_column">
<property name="resizable">True</property>
<property name="title">Times</property>
<property name="title" translatable="yes">Times</property>
<property name="sort_column_id">9</property>
<child>
<object class="GtkCellRendererText" id="break_times"/>
Expand All @@ -1830,7 +1830,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_ignore_column">
<property name="resizable">True</property>
<property name="title">Ignore</property>
<property name="title" translatable="yes">Ignore</property>
<property name="sort_column_id">10</property>
<child>
<object class="GtkCellRendererText" id="break_ignore"/>
Expand All @@ -1843,7 +1843,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_cond_column">
<property name="resizable">True</property>
<property name="title">Condition</property>
<property name="title" translatable="yes">Condition</property>
<property name="expand">True</property>
<property name="sort_column_id">11</property>
<child>
Expand All @@ -1857,7 +1857,7 @@
<child>
<object class="GtkTreeViewColumn" id="break_script_column">
<property name="resizable">True</property>
<property name="title">Script</property>
<property name="title" translatable="yes">Script</property>
<property name="expand">True</property>
<property name="sort_column_id">12</property>
<child>
Expand Down Expand Up @@ -1898,7 +1898,7 @@
<child>
<object class="GtkTreeViewColumn" id="stack_id_column">
<property name="resizable">True</property>
<property name="title">#</property>
<property name="title" translatable="yes">#</property>
<property name="sort_column_id">0</property>
<child>
<object class="GtkCellRendererText" id="stack_id"/>
Expand All @@ -1911,7 +1911,7 @@
<child>
<object class="GtkTreeViewColumn" id="stack_base_name_column">
<property name="resizable">True</property>
<property name="title">File</property>
<property name="title" translatable="yes">File</property>
<property name="expand">True</property>
<property name="sort_column_id">1</property>
<child>
Expand All @@ -1925,7 +1925,7 @@
<child>
<object class="GtkTreeViewColumn" id="stack_line_column">
<property name="resizable">True</property>
<property name="title">Line</property>
<property name="title" translatable="yes">Line</property>
<child>
<object class="GtkCellRendererText" id="stack_line"/>
<attributes>
Expand All @@ -1937,7 +1937,7 @@
<child>
<object class="GtkTreeViewColumn" id="stack_func_column">
<property name="resizable">True</property>
<property name="title">Function</property>
<property name="title" translatable="yes">Function</property>
<property name="expand">True</property>
<property name="sort_column_id">4</property>
<child>
Expand All @@ -1951,7 +1951,7 @@
<child>
<object class="GtkTreeViewColumn" id="stack_args_column">
<property name="resizable">True</property>
<property name="title">Arguments</property>
<property name="title" translatable="yes">Arguments</property>
<property name="expand">True</property>
<property name="sort_column_id">5</property>
<child>
Expand All @@ -1965,7 +1965,7 @@
<child>
<object class="GtkTreeViewColumn" id="stack_addr_column">
<property name="resizable">True</property>
<property name="title">Address</property>
<property name="title" translatable="yes">Address</property>
<property name="sort_column_id">6</property>
<child>
<object class="GtkCellRendererText" id="stack_addr"/>
Expand Down Expand Up @@ -2018,7 +2018,7 @@
<child>
<object class="GtkTreeViewColumn" id="local_name_column">
<property name="resizable">True</property>
<property name="title">Name</property>
<property name="title" translatable="yes">Name</property>
<property name="sort_column_id">0</property>
<child>
<object class="GtkCellRendererText" id="local_name"/>
Expand All @@ -2031,7 +2031,7 @@
<child>
<object class="GtkTreeViewColumn" id="local_display_column">
<property name="resizable">True</property>
<property name="title">Value</property>
<property name="title" translatable="yes">Value</property>
<property name="expand">True</property>
<property name="sort_column_id">1</property>
<child>
Expand Down Expand Up @@ -2086,7 +2086,7 @@
<child>
<object class="GtkTreeViewColumn" id="watch_expr_column">
<property name="resizable">True</property>
<property name="title">Expression</property>
<property name="title" translatable="yes">Expression</property>
<property name="sort_column_id">0</property>
<child>
<object class="GtkCellRendererText" id="watch_expr"/>
Expand All @@ -2099,7 +2099,7 @@
<child>
<object class="GtkTreeViewColumn" id="watch_display_column">
<property name="resizable">True</property>
<property name="title">Value</property>
<property name="title" translatable="yes">Value</property>
<property name="expand">True</property>
<property name="sort_column_id">1</property>
<child>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/break.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <ctype.h>
#include <stdlib.h>
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <ctype.h>
#include <errno.h>
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/inspect.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <ctype.h>
#include <stdlib.h>
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <ctype.h>
#include <stdlib.h>
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <stdlib.h>
#include <string.h>
#include <gdk/gdkkeysyms.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <ctype.h>
#include <stdlib.h>
#include <string.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/plugme.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <string.h>

#include "geanyplugin.h"
Expand Down
4 changes: 4 additions & 0 deletions scope/src/prefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <errno.h>
#include <string.h>

Expand Down
4 changes: 4 additions & 0 deletions scope/src/program.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <errno.h>
#include <string.h>
#include <unistd.h>
Expand Down
4 changes: 2 additions & 2 deletions scope/src/scope.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static ToolItem toolbar_items[] =
{ STEP_OUT_KB, { "small_step_out_icon", "large_step_out_icon" }, NULL, N_("Step out") },
{ TERMINATE_KB, { "small_terminate_icon", "large_terminate_icon" }, NULL, N_("Terminate") },
{ BREAKPOINT_KB, { "small_breakpoint_icon", "large_breakpoint_icon", }, NULL, N_("Toggle breakpoint") },
{ -1, { NULL, NULL }, NULL }
{ -1, { NULL, NULL }, NULL, NULL }
};

static void on_toolbar_button_clicked(G_GNUC_UNUSED GtkToolButton *toolbutton, gpointer gdata)
Expand Down Expand Up @@ -632,7 +632,7 @@ void plugin_init(G_GNUC_UNUSED GeanyData *gdata)
GtkMenuItem *menu_item = GTK_MENU_ITEM(debug_menu_items[tool_item->index].widget);
GtkToolItem *button = gtk_tool_button_new(NULL, gtk_menu_item_get_label(menu_item));

gtk_widget_set_tooltip_text (GTK_WIDGET (button), tool_item->tooltip_text);
gtk_widget_set_tooltip_text (GTK_WIDGET (button), _(tool_item->tooltip_text));
gtk_tool_button_set_use_underline(GTK_TOOL_BUTTON(button),
gtk_menu_item_get_use_underline(menu_item));
g_signal_connect(button, "clicked", G_CALLBACK(on_toolbar_button_clicked),
Expand Down
4 changes: 4 additions & 0 deletions scope/src/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#define _WIN32_WINNT 0x0501 /* for DebugBreakProcess(), must be before any #include-s */

#include <ctype.h>
Expand Down
4 changes: 4 additions & 0 deletions scope/src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include <ctype.h>
#include <errno.h>
#include <limits.h>
Expand Down