aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Tellier <jonathan.tellier@gmail.com>2009-08-29 02:50:30 +0800
committerjtellier <jonathan.tellier@collabora.co.uk>2009-08-29 02:50:30 +0800
commit6600e6d9ff8505c9ef1765c1ca2ba17faad6f837 (patch)
tree9a97e76f381f7466ab73e375eb5ca0eae231cd88 /src
parent4bca222891fc950ce1f18de66a86f1a9ace6eba5 (diff)
downloadgsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.tar
gsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.tar.gz
gsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.tar.bz2
gsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.tar.lz
gsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.tar.xz
gsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.tar.zst
gsoc2013-empathy-6600e6d9ff8505c9ef1765c1ca2ba17faad6f837.zip
Marked strings for translation.
Diffstat (limited to 'src')
-rw-r--r--src/empathy-accounts-dialog.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 3c86878f9..ebc8efe6d 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -60,7 +60,7 @@
/* The primary text of the dialog shown to the user when he is about to lose
* unsaved changes */
#define PENDING_CHANGES_QUESTION_PRIMARY_TEXT \
- "There are unsaved modification regarding your %s account."
+ _("There are unsaved modification regarding your %s account.")
#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountsDialog)
G_DEFINE_TYPE (EmpathyAccountsDialog, empathy_accounts_dialog, G_TYPE_OBJECT);
@@ -493,8 +493,8 @@ accounts_dialog_button_add_clicked_cb (GtkWidget *button,
empathy_account_get_display_name (account));
accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text,
- "You are about to create a new account, which will discard\n"
- "your changes. Are you sure you want to proceed?",
+ _("You are about to create a new account, which will discard\n"
+ "your changes. Are you sure you want to proceed?"),
G_CALLBACK (accounts_dialog_add_pending_changes_response_cb),
dialog,
GTK_STOCK_CANCEL, GTK_RESPONSE_NO,
@@ -970,8 +970,8 @@ accounts_dialog_account_selection_change (GtkTreeSelection *selection,
empathy_account_get_display_name (account));
accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text,
- "You are about to select another account, which will discard\n"
- "your changes. Are you sure you want to proceed?",
+ _("You are about to select another account, which will discard\n"
+ "your changes. Are you sure you want to proceed?"),
G_CALLBACK (accounts_dialog_selection_change_response_cb),
dialog,
GTK_STOCK_CANCEL, GTK_RESPONSE_NO,
@@ -1457,8 +1457,8 @@ accounts_dialog_response_cb (GtkWidget *widget,
empathy_account_get_display_name (account));
accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text,
- "You are about to close the window, which will discard\n"
- "your changes. Are you sure you want to proceed?",
+ _("You are about to close the window, which will discard\n"
+ "your changes. Are you sure you want to proceed?"),
G_CALLBACK (accounts_dialog_close_response_cb),
widget,
GTK_STOCK_CANCEL, GTK_RESPONSE_NO,