Changeset 82e8d8fbf1c058d73907d63d4dc8ac50c951bbcf
- Timestamp:
- 09/19/08 01:03:23 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 823255b93401a002c0156230dbcbd5a508dd0baf
- Children:
- 9fdf4d5c02df8381e7f933fa918ac3577b7f89d3
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-09-19T01:03:23Z+0200
- Message:
-
Changed all "…" characters in strings to "..."
2008-09-18 Armin Burgmeier <armin@…>
- src/commands/browser-commands.cpp:
- src/commands/browser-context-commands.cpp:
- src/core/browser.cpp:
- src/core/header.cpp:
- src/operations/operation-delete.cpp:
- src/operations/operation-new.cpp:
- src/operations/operation-open.cpp:
- src/operations/operation-save.cpp: Changed all "…" character in
strings to "...". Gedit does the same, and xgettext does not accept …
without complaining. Translators can still choose to translate "..."
to "…".
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r823255b
|
r82e8d8f
|
|
| | 1 | 2008-09-18 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * src/commands/browser-commands.cpp: |
| | 4 | * src/commands/browser-context-commands.cpp: |
| | 5 | * src/core/browser.cpp: |
| | 6 | * src/core/header.cpp: |
| | 7 | * src/operations/operation-delete.cpp: |
| | 8 | * src/operations/operation-new.cpp: |
| | 9 | * src/operations/operation-open.cpp: |
| | 10 | * src/operations/operation-save.cpp: Changed all "âŠ" character in |
| | 11 | strings to "...". Gedit does the same, and xgettext does not accept ⊠|
| | 12 | without complaining. Translators can still choose to translate "..." |
| | 13 | to "âŠ". |
| | 14 | |
| 1 | 15 | 2008-09-18 Armin Burgmeier <armin@arbur.net> |
| 2 | 16 | |
-
|
rfce3ea7
|
r82e8d8f
|
|
| 247 | 247 | StatusBar::INFO, |
| 248 | 248 | Glib::ustring::compose( |
| 249 | | _("Subscribing to %1âŠ"), |
| | 249 | _("Subscribing to %1..."), |
| 250 | 250 | Glib::ustring( |
| 251 | 251 | infc_browser_iter_get_name( |
| … |
… |
|
| 341 | 341 | window.set_info( |
| 342 | 342 | Glib::ustring::compose( |
| 343 | | _("Synchronization in progress⊠%1%%"), |
| | 343 | _("Synchronization in progress... %1%%"), |
| 344 | 344 | static_cast<unsigned int>(percentage * 100)), |
| 345 | 345 | false); |
| … |
… |
|
| 414 | 414 | window->set_info( |
| 415 | 415 | Glib::ustring::compose( |
| 416 | | _("Synchronization in progress⊠%1%%"), |
| | 416 | _("Synchronization in progress... %1%%"), |
| 417 | 417 | static_cast<unsigned int>(percentage * 100)), |
| 418 | 418 | false); |
| … |
… |
|
| 528 | 528 | { |
| 529 | 529 | window->set_info( |
| 530 | | _("User Join in progressâŠ"), false); |
| | 530 | _("User Join in progress..."), false); |
| 531 | 531 | |
| 532 | 532 | g_signal_connect( |
-
|
r8667620
|
r82e8d8f
|
|
| 89 | 89 | // Create Document |
| 90 | 90 | Gtk::ImageMenuItem* new_document_item = Gtk::manage( |
| 91 | | new Gtk::ImageMenuItem(_("Create Do_cument"), true)); |
| | 91 | new Gtk::ImageMenuItem(_("Create Do_cument..."), |
| | 92 | true)); |
| 92 | 93 | new_document_item->set_image(*Gtk::manage(new Gtk::Image( |
| 93 | 94 | Gtk::Stock::NEW, Gtk::ICON_SIZE_MENU))); |
| … |
… |
|
| 123 | 124 | |
| 124 | 125 | Gtk::ImageMenuItem* new_directory_item = Gtk::manage( |
| 125 | | new Gtk::ImageMenuItem(_("Create Directory"), true)); |
| | 126 | new Gtk::ImageMenuItem(_("Create Directory..."), |
| | 127 | true)); |
| 126 | 128 | new_directory_item->set_image(*new_directory_image); |
| 127 | 129 | new_directory_item->signal_activate().connect(sigc::bind( |
| … |
… |
|
| 135 | 137 | // Open Document |
| 136 | 138 | Gtk::ImageMenuItem* open_document_item = Gtk::manage( |
| 137 | | new Gtk::ImageMenuItem(_("_Open Document"), true)); |
| | 139 | new Gtk::ImageMenuItem(_("_Open Document..."), true)); |
| 138 | 140 | open_document_item->set_image(*Gtk::manage(new Gtk::Image( |
| 139 | 141 | Gtk::Stock::OPEN, Gtk::ICON_SIZE_MENU))); |
-
|
ra2a811e
|
r82e8d8f
|
|
| 212 | 212 | m_status_bar.add_message( |
| 213 | 213 | StatusBar::INFO, Glib::ustring::compose( |
| 214 | | _("Resolving %1âŠ"), host), 0); |
| | 214 | _("Resolving %1..."), host), 0); |
| 215 | 215 | |
| 216 | 216 | m_resolv_map[resolv_handle].message_handle = message_handle; |
-
|
rfb634fc
|
r82e8d8f
|
|
| 210 | 210 | action_file_new(Gtk::Action::create("FileNew", Gtk::Stock::NEW)), |
| 211 | 211 | action_file_open(Gtk::Action::create("FileOpen", Gtk::Stock::OPEN, |
| 212 | | _("OpenâŠ"))), |
| | 212 | _("Open..."))), |
| 213 | 213 | action_file_save(Gtk::Action::create("FileSave", Gtk::Stock::SAVE)), |
| 214 | 214 | action_file_save_as( |
| 215 | 215 | Gtk::Action::create("FileSaveAs", Gtk::Stock::SAVE_AS, |
| 216 | | _("Save AsâŠ"))), |
| | 216 | _("Save As..."))), |
| 217 | 217 | action_file_save_all( |
| 218 | 218 | Gtk::Action::create( |
| … |
… |
|
| 231 | 231 | Gtk::Action::create("EditPaste", Gtk::Stock::PASTE)), |
| 232 | 232 | action_edit_find(Gtk::Action::create("EditFind", Gtk::Stock::FIND, |
| 233 | | _("_FindâŠ"))), |
| | 233 | _("_Find..."))), |
| 234 | 234 | action_edit_find_next( |
| 235 | 235 | Gtk::Action::create("EditFindNext", _("Find Ne_xt"), |
| … |
… |
|
| 243 | 243 | Gtk::Action::create("EditFindReplace", |
| 244 | 244 | Gtk::Stock::FIND_AND_REPLACE, |
| 245 | | _("Find And Rep_laceâŠ"))), |
| | 245 | _("Find And Rep_lace..."))), |
| 246 | 246 | action_edit_goto_line( |
| 247 | 247 | Gtk::Action::create("EditGotoLine", |
| 248 | 248 | Gtk::Stock::JUMP_TO, |
| 249 | | _("Go To _LineâŠ"))), |
| | 249 | _("Go To _Line..."))), |
| 250 | 250 | action_edit_preferences( |
| 251 | 251 | Gtk::Action::create("EditPreferences", |
| 252 | 252 | Gtk::Stock::PREFERENCES, |
| 253 | | _("Pr_eferencesâŠ"))), |
| | 253 | _("Pr_eferences..."))), |
| 254 | 254 | |
| 255 | 255 | action_view(Gtk::Action::create("MenuView", _("_View"))), |
| … |
… |
|
| 285 | 285 | action_help_about( |
| 286 | 286 | Gtk::Action::create( |
| 287 | | "HelpAbout", Gtk::Stock::ABOUT, _("_AboutâŠ"), |
| | 287 | "HelpAbout", Gtk::Stock::ABOUT, _("_About..."), |
| 288 | 288 | _("Shows Gobby's copyright and credits"))), |
| 289 | 289 | |
-
|
r092ccc3
|
r82e8d8f
|
|
| 41 | 41 | m_message_handle = get_status_bar().add_message( |
| 42 | 42 | StatusBar::INFO, |
| 43 | | Glib::ustring::compose(_("Removing node %1âŠ"), m_name), 0); |
| | 43 | Glib::ustring::compose(_("Removing node %1..."), m_name), 0); |
| 44 | 44 | } |
| 45 | 45 | |
-
|
r092ccc3
|
r82e8d8f
|
|
| 55 | 55 | StatusBar::INFO, |
| 56 | 56 | Glib::ustring::compose( |
| 57 | | directory ? _("Creating directory %1âŠ") |
| 58 | | : _("Creating document %1âŠ"), name), 0); |
| | 57 | directory ? _("Creating directory %1...") |
| | 58 | : _("Creating document %1..."), name), 0); |
| 59 | 59 | } |
| 60 | 60 | |
-
|
r575ced8
|
r82e8d8f
|
|
| 81 | 81 | m_message_handle = get_status_bar().add_message( |
| 82 | 82 | StatusBar::INFO, |
| 83 | | Glib::ustring::compose(_("Opening document %1âŠ"), uri), 0); |
| | 83 | Glib::ustring::compose(_("Opening document %1..."), uri), 0); |
| 84 | 84 | |
| 85 | 85 | m_node_removed_id = g_signal_connect( |
-
|
re321deb
|
r82e8d8f
|
|
| 64 | 64 | m_message_handle = get_status_bar().add_message( |
| 65 | 65 | StatusBar::INFO, |
| 66 | | Glib::ustring::compose(_("Saving document %1 to %2âŠ"), |
| | 66 | Glib::ustring::compose(_("Saving document %1 to %2..."), |
| 67 | 67 | document.get_title(), uri), 0); |
| 68 | 68 | |