Changeset d6d01932e583cd8d7d8c73eabff078003cebb39b
- Timestamp:
- 12/18/10 20:59:30 (3 years ago)
- Author:
- Nikita Zlobin <cook60020tmp@…>
- Children:
- ea7945eaba2c169c2232a24e56e195c2aaae8b5b
- Parents:
- a5e595f8573016a6f18b130edfb1d3b913ecb7ab
- git-committer:
- Nikita Zlobin <cook60020tmp@mail.ru> / 2010-12-18T23:59:30Z+0500
- Message:
-
Remove one funny translation
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r71c1784
|
rd6d0193
|
|
| 51 | 51 | return false; |
| 52 | 52 | } |
| 53 | | gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), _("%s"), msg); |
| | 53 | gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), "%s", msg); |
| 54 | 54 | g_free(msg); |
| 55 | 55 | |
-
|
r71c1784
|
rd6d0193
|
|
| 137 | 137 | dialog = get_gtk_builder_widget("error_dialog"); |
| 138 | 138 | gtk_message_dialog_set_markup(GTK_MESSAGE_DIALOG(dialog), _("<b><big>Error</big></b>")); |
| 139 | | gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), _("%s"), failed_operation); |
| | 139 | gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), "%s", failed_operation); |
| 140 | 140 | gtk_widget_show(dialog); |
| 141 | 141 | gtk_dialog_run(GTK_DIALOG(dialog)); |
-
|
rfa04111
|
rd6d0193
|
|
| 259 | 259 | dialog = get_gtk_builder_widget("error_dialog"); |
| 260 | 260 | gtk_message_dialog_set_markup(GTK_MESSAGE_DIALOG(dialog), _("<b><big>Error executing ladiconf.\nAre LADI Tools installed?</big></b>")); |
| 261 | | gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), _("%s"), error_ptr->message); |
| | 261 | gtk_message_dialog_format_secondary_markup(GTK_MESSAGE_DIALOG(dialog), "%s", error_ptr->message); |
| 262 | 262 | gtk_widget_show(dialog); |
| 263 | 263 | gtk_dialog_run(GTK_DIALOG(dialog)); |
-
|
rdcef7c7
|
rd6d0193
|
|
| 9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
| 10 | 10 | "Report-Msgid-Bugs-To: \n" |
| 11 | | "POT-Creation-Date: 2010-12-18 02:55+0500\n" |
| | 11 | "POT-Creation-Date: 2010-12-18 23:56+0500\n" |
| 12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| … |
… |
|
| 61 | 61 | #: gui/action.c:66 gui/action.c:67 |
| 62 | 62 | msgid "Zoom out" |
| 63 | | msgstr "" |
| 64 | | |
| 65 | | #: gui/ask_dialog.c:53 gui/dialogs.c:139 gui/jack.c:261 |
| 66 | | #, c-format |
| 67 | | msgid "%s" |
| 68 | 63 | msgstr "" |
| 69 | 64 | |
-
|
rf5eb8c3
|
rd6d0193
|
|
| 9 | 9 | "Project-Id-Version: 0.1\n" |
| 10 | 10 | "Report-Msgid-Bugs-To: \n" |
| 11 | | "POT-Creation-Date: 2010-12-18 02:55+0500\n" |
| | 11 | "POT-Creation-Date: 2010-12-18 23:55+0500\n" |
| 12 | 12 | "PO-Revision-Date: 2010-12-18 01:54+0500\n" |
| 13 | 13 | "Last-Translator: ÐлекÑÐ°ÐœÐŽÑ ÐÑПкÑЎОМ <alexandre.prokoudine@gmail.com>\n" |
| … |
… |
|
| 64 | 64 | msgid "Zoom out" |
| 65 | 65 | msgstr "УЌеМÑÑОÑÑ" |
| 66 | | |
| 67 | | #: gui/ask_dialog.c:53 gui/dialogs.c:139 gui/jack.c:261 |
| 68 | | #, c-format |
| 69 | | msgid "%s" |
| 70 | | msgstr "%s" |
| 71 | 66 | |
| 72 | 67 | #: gui/control.c:138 |
| … |
… |
|
| 674 | 669 | msgid "Terminal to use:" |
| 675 | 670 | msgstr "ТеÑЌОМал:" |
| | 671 | |
| | 672 | #~ msgid "%s" |
| | 673 | #~ msgstr "%s" |