From ea2d7bf8bd75dd64852173a2f6382472dd131595 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 22 Sep 2006 16:11:04 +0000 Subject: Make remote bookmarks work better (#354887) 2006-09-22 Matthias Clasen Make remote bookmarks work better (#354887) * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): (shortcuts_insert_path): * gtk/gtkfilechooserbutton.c (change_icon_theme): (model_add_bookmarks): (model_update_current_folder): (update_label_and_image): If the bookmark points to a remote file, don't call get_info(), since that may a) take a long time and b) pop up an auth dialog. Instead, just use a folder icon and create a display name from the uri. * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): New function to create a suitable display name for a remote uri. This should really be done in GtkFileSystem. --- po/ru.po | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po/ru.po') diff --git a/po/ru.po b/po/ru.po index d98adec34..db3f4f031 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4219,3 +4219,6 @@ msgstr "" "Нет индексного файла темы в \"%s\".\n" "Если Вы действительно хотите создать здесь кеш значков, используйте --ignore-" "theme-index.\n" + +msgid "%1$s on %2$s" +msgstr "%1$s на %2$s" -- cgit v1.2.1