Blame SOURCES/evince-3.28.4-annotations-a11y-names.patch

79d870
From bbdf11482efb932bcf8a55ec11b0cf503527638f Mon Sep 17 00:00:00 2001
79d870
From: Marek Kasik <mkasik@redhat.com>
79d870
Date: Mon, 26 Aug 2019 16:23:41 +0200
79d870
Subject: shell: Set a11y names for annotation buttons
79d870
79d870
Buttons for annotations were missing a11y names
79d870
which made it difficult to navigate using a11y
79d870
methods.
79d870
79d870
diff --git a/shell/ev-annotations-toolbar.c b/shell/ev-annotations-toolbar.c
79d870
index 7231d968..0efc6a35 100644
79d870
--- a/shell/ev-annotations-toolbar.c
79d870
+++ b/shell/ev-annotations-toolbar.c
79d870
@@ -90,13 +90,20 @@ ev_annotations_toolbar_toggle_button_if_
79d870
 
79d870
 static GtkWidget *
79d870
 ev_annotations_toolbar_create_toggle_button (EvAnnotationsToolbar *toolbar,
79d870
+                                             const gchar          *label,
79d870
                                              const gchar          *icon_name,
79d870
                                              const gchar          *tooltip)
79d870
 {
79d870
         GtkWidget *button = GTK_WIDGET (gtk_toggle_tool_button_new ());
79d870
 
79d870
         gtk_widget_set_tooltip_text (button, tooltip);
79d870
-        gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (button), icon_name);
79d870
+
79d870
+        if (label)
79d870
+                atk_object_set_name (gtk_widget_get_accessible (button), label);
79d870
+
79d870
+        if (icon_name)
79d870
+                gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (button), icon_name);
79d870
+
79d870
         /* For some reason adding text-button class to the GtkToogleButton makes the button smaller */
79d870
         gtk_style_context_add_class (gtk_widget_get_style_context (gtk_bin_get_child (GTK_BIN (button))), "text-button");
79d870
         g_signal_connect (button, "toggled",
79d870
@@ -115,13 +124,16 @@ ev_annotations_toolbar_init (EvAnnotatio
79d870
                                      GTK_STYLE_CLASS_INLINE_TOOLBAR);
79d870
 
79d870
         toolbar->text_button = ev_annotations_toolbar_create_toggle_button (toolbar,
79d870
+                               /* Translators: an annotation that looks like a "sticky note" */
79d870
+                                                                            _("Note text"),
79d870
                                                                             "document-new-symbolic",
79d870
                                                                             _("Add text annotation"));
79d870
         gtk_container_add (GTK_CONTAINER(toolbar), toolbar->text_button);
79d870
         gtk_widget_show (toolbar->text_button);
79d870
 
79d870
         /* FIXME: use a better icon than select-all */
79d870
         toolbar->highlight_button = ev_annotations_toolbar_create_toggle_button (toolbar,
79d870
+                                                                                 _("Highlight text"),
79d870
                                                                                  "edit-select-all-symbolic",
79d870
                                                                                  _("Add highlight annotation"));
79d870
         gtk_container_add (GTK_CONTAINER (toolbar), toolbar->highlight_button);
79d870
diff --git a/shell/ev-toolbar.c b/shell/ev-toolbar.c
79d870
index c4f209f5..44a293dc 100644
79d870
--- a/shell/ev-toolbar.c
79d870
+++ b/shell/ev-toolbar.c
79d870
@@ -224,6 +224,7 @@ ev_toolbar_constructed (GObject *object)
79d870
         /* FIXME: Use a better icon for edit than text editor */
79d870
         button = ev_toolbar_create_toggle_button (ev_toolbar, "win.toggle-edit-annots", "accessories-text-editor-symbolic",
79d870
                                                   _("Annotate the document"));
79d870
+        atk_object_set_name (gtk_widget_get_accessible (button), _("Annotate document"));
79d870
         ev_toolbar->priv->annots_button = button;
79d870
         gtk_widget_set_margin_end (button, 6);
79d870
         gtk_header_bar_pack_start (GTK_HEADER_BAR (ev_toolbar), button);
79d870
--- evince-3.28.4/po/ar.po
79d870
+++ evince-3.28.4/po/ar.po
79d870
@@ -904,10 +904,19 @@ msgstr "مفتوحة"
79d870
 msgid "Close"
79d870
 msgstr "مغلقة"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "نص الملاحظة"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "أضف تعليقا نصيا"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "نص التظليل"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "أضف تعليق إبراز"
79d870
--- evince-3.28.4/po/be.po
79d870
+++ evince-3.28.4/po/be.po
79d870
@@ -911,10 +911,19 @@ msgstr "Адкрыць"
79d870
 msgid "Close"
79d870
 msgstr "Закрыць"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Тэкст нататкі"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Дадаць тэкставыя анатацыі"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Падсвяціць тэкст"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Дадаць анатацыі выдзялення"
79d870
--- evince-3.28.4/po/ca.po
79d870
+++ evince-3.28.4/po/ca.po
79d870
@@ -915,10 +915,19 @@ msgstr "Obre"
79d870
 msgid "Close"
79d870
 msgstr "Tanca"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Propera nota"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Afegeix una anotació de text"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Ressalta el text"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Afegeix una anotació realçada"
79d870
@@ -1115,6 +1124,10 @@ msgstr "Selecciona la pàgina"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Anota el document"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Anota el document"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opcions de fitxer"
79d870
--- evince-3.28.4/po/cs.po
79d870
+++ evince-3.28.4/po/cs.po
79d870
@@ -926,10 +926,19 @@ msgstr "Otevřené"
79d870
 msgid "Close"
79d870
 msgstr "Zavřené"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Poznámka"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Přidat textovou poznámku"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Zvýraznit"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Přidat zvýrazněnou poznámku"
79d870
@@ -1133,6 +1142,10 @@ msgstr "Zvolit stránku"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Přidat poznámky k dokumentu"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Přidat poznámky k dokumentu"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Volby souborů"
79d870
--- evince-3.28.4/po/da.po
79d870
+++ evince-3.28.4/po/da.po
79d870
@@ -953,10 +953,19 @@ msgstr "Åbent"
79d870
 msgid "Close"
79d870
 msgstr "Lukket"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Notetekst"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Tilføj tekstannotation"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Fremhæv tekst"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Tilføj fremhævet annotation"
79d870
@@ -1159,6 +1168,10 @@ msgstr "Vælg side"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Annotér dokumentet"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Annotér dokument"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Filindstillinger"
79d870
--- evince-3.28.4/po/de.po
79d870
+++ evince-3.28.4/po/de.po
79d870
@@ -941,10 +941,19 @@ msgstr "Öffnen"
79d870
 msgid "Close"
79d870
 msgstr "Schließen"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Notiztext"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Textanmerkung hinzufügen"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Texthervorhebung"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Hervorhebungsanmerkung hinzufügen"
79d870
@@ -1152,6 +1161,10 @@ msgstr "Seite auswählen"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Das Dokument mit Anmerkungen versehen"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Dokument mit Anmerkungen versehen"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Dateioptionen"
79d870
--- evince-3.28.4/po/el.po
79d870
+++ evince-3.28.4/po/el.po
79d870
@@ -932,10 +932,19 @@ msgstr "Άνοιγμα"
79d870
 msgid "Close"
79d870
 msgstr "Κλείσιμο"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Σημείωση κειμένου"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Προσθήκη σχολίου κειμένου"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Επισήμανση κειμένου"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Προσθήκη σχολίου επισήμανσης"
79d870
--- evince-3.28.4/po/en_GB.po
79d870
+++ evince-3.28.4/po/en_GB.po
79d870
@@ -932,10 +932,19 @@ msgstr "Open"
79d870
 msgid "Close"
79d870
 msgstr "Close"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Note text"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Add text annotation"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Highlight text"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Add highlight annotation"
79d870
@@ -1170,6 +1179,11 @@ msgstr "Select page"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Annotate the document"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Annotate document"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Find options"
79d870
--- evince-3.28.4/po/eo.po
79d870
+++ evince-3.28.4/po/eo.po
79d870
@@ -1093,10 +1093,19 @@ msgstr "Notoj"
79d870
 msgid "Text"
79d870
 msgstr "Teksto"
79d870
 
79d870
-#: ../shell/ev-sidebar-annotations.c:212
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Nota teksto"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Aldoni tekstnoton"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Emfazi tekston"
79d870
+
79d870
 #: ../shell/ev-sidebar-annotations.c:223 ../shell/ev-sidebar-bookmarks.c:458
79d870
 msgid "Add"
79d870
 msgstr "Aldoni"
79d870
@@ -1158,6 +1167,10 @@ msgstr "Malfermi ekzistan dokumenton"
79d870
 msgid "Find a word or phrase in the document"
79d870
 msgstr "Serĉi vorton aŭ frazon en la dokumento"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Noti dokumenton"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:232 ../shell/ev-toolbar.c:233
79d870
 msgid "File options"
79d870
 msgstr "Dosieraj opcioj"
79d870
--- evince-3.28.4/po/es.po
79d870
+++ evince-3.28.4/po/es.po
79d870
@@ -925,10 +925,19 @@ msgstr "Abierta"
79d870
 msgid "Close"
79d870
 msgstr "Cerrada"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Nota de texto"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Añadir anotación de texto"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Resaltar texto"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Añadir anotación resaltada"
79d870
@@ -1131,6 +1140,10 @@ msgstr "Seleccionar página"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Anotar el documento"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Anotar el documento"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opciones del archivo"
79d870
--- evince-3.28.4/po/eu.po
79d870
+++ evince-3.28.4/po/eu.po
79d870
@@ -918,10 +918,19 @@ msgstr "Ireki"
79d870
 msgid "Close"
79d870
 msgstr "Itxi"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Ohar-testua"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Gehitu testuaren oharpena"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Nabarmendu testua"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Gehitu ohar nabarmendua"
79d870
@@ -1151,6 +1160,10 @@ msgstr "Hautatu orrialdea"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Jarri oharra dokumentuan"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Jarri oharra dokumentuetan"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Fitxategiaren aukerak"
79d870
--- evince-3.28.4/po/fa.po
79d870
+++ evince-3.28.4/po/fa.po
79d870
@@ -908,10 +908,19 @@ msgstr "باز کردن"
79d870
 msgid "Close"
79d870
 msgstr "بستن"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "متن یاداشت"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "افزودن حاشیه‌نویسی متنی"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "متن نشانه‌گذاری"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "افزودن حاشیه‌نویسی پررنگ"
79d870
@@ -1139,6 +1148,10 @@ msgstr "انتخاب صفحه"
79d870
 msgid "Annotate the document"
79d870
 msgstr "حاشیه‌نویسی سند"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "حاشیه‌نویسی سند"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "گزینه‌های پرونده"
79d870
--- evince-3.28.4/po/fi.po
79d870
+++ evince-3.28.4/po/fi.po
79d870
@@ -924,10 +924,19 @@ msgstr "Avoin"
79d870
 msgid "Close"
79d870
 msgstr "Suljettu"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Huomautusteksti"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Lisää tekstihuomautus"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Korosta teksti"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Lisää korostettu huomautus"
79d870
@@ -1132,6 +1141,10 @@ msgstr "Valitse sivu"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Lisää huomautuksia asiakirjaan"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Lisää huomautuksia asiakirjaan"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Tiedoston valinnat"
79d870
--- evince-3.28.4/po/fr.po
79d870
+++ evince-3.28.4/po/fr.po
79d870
@@ -934,10 +934,19 @@ msgstr "Ouvrir"
79d870
 msgid "Close"
79d870
 msgstr "Fermer"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Annotation"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Ajouter une annotation texte"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Surligner du texte"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Ajouter une annotation surbrillante"
79d870
@@ -1144,6 +1153,10 @@ msgstr "Choisir une page"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Annoter le document"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Annoter le document"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Options des fichiers"
79d870
--- evince-3.28.4/po/fur.po
79d870
+++ evince-3.28.4/po/fur.po
79d870
@@ -917,10 +917,19 @@ msgstr "Viert"
79d870
 msgid "Close"
79d870
 msgstr "Sierât"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Test de note"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Zonte une note testuâl"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Test evidenziât"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Zonte une note evidenziade"
79d870
@@ -1116,6 +1125,10 @@ msgstr "Selezione pagjine"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Cjape notis tal document"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Cjape notis tal document"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opzions file"
79d870
--- evince-3.28.4/po/gl.po
79d870
+++ evince-3.28.4/po/gl.po
79d870
@@ -925,10 +925,19 @@ msgstr "Abrir"
79d870
 msgid "Close"
79d870
 msgstr "Pechar"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Texto da nota"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Engadir texto de anotación"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Realzar texto"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Engadir anotación de realzado"
79d870
@@ -1139,6 +1148,10 @@ msgstr "Seleccionar páxina"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Anotar o documento"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Anotar documento"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opcións do ficheiro"
79d870
--- evince-3.28.4/po/he.po
79d870
+++ evince-3.28.4/po/he.po
79d870
@@ -926,10 +926,21 @@ msgstr "פתיחה"
79d870
 msgid "Close"
79d870
 msgstr "סגירה"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+#| msgid "Note"
79d870
+msgid "Note text"
79d870
+msgstr "הערות מלל"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "הוספת פרשנות טקסט"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+#| msgid "Highlight"
79d870
+msgid "Highlight text"
79d870
+msgstr "הדגשת מלל"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "הוספת פרשנות מודגשת"
79d870
@@ -1162,6 +1173,11 @@ msgstr "בחירת עמוד"
79d870
 msgid "Annotate the document"
79d870
 msgstr "פירוש המסמך"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "פירוש המסמך"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "אפשרויות קובץ"
79d870
--- evince-3.28.4/po/hr.po
79d870
+++ evince-3.28.4/po/hr.po
79d870
@@ -912,10 +912,19 @@ msgstr "Otvori"
79d870
 msgid "Close"
79d870
 msgstr "Zatvori"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Tekst napomene"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Dodaj napomenu teksta"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Naglašeni tekst"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Dodaj istaknutu napomenu"
79d870
@@ -1122,6 +1131,10 @@ msgstr "Odaberi stranicu"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Zabilježi dokument"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Zabilježi dokument"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Mogućnosti datoteke"
79d870
--- evince-3.28.4/po/hu.po
79d870
+++ evince-3.28.4/po/hu.po
79d870
@@ -912,10 +912,19 @@ msgstr "Nyitott"
79d870
 msgid "Close"
79d870
 msgstr "Zárt"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Szöveg jegyzetelése"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Szöveges jegyzet hozzáadása"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Szöveg kiemelése"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Kiemelés jegyzet hozzáadása"
79d870
@@ -1112,6 +1121,11 @@ msgstr "Oldal kiválasztása"
79d870
 msgid "Annotate the document"
79d870
 msgstr "A dokumentum jegyzetelése"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Dokumentum jegyzetelése"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Fájlbeállítások"
79d870
--- evince-3.28.4/po/id.po
79d870
+++ evince-3.28.4/po/id.po
79d870
@@ -917,10 +917,19 @@ msgstr "Buka"
79d870
 msgid "Close"
79d870
 msgstr "Tutup"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Catatan teks"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Menambahkan teks anotasi"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Sorot teks"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Tambahkan anotasi penyorotan"
79d870
@@ -1118,6 +1127,10 @@ msgstr "Pilih halaman"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Anotasikan dokumen"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Anotasikan dokumen"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opsi berkas"
79d870
--- evince-3.28.4/po/is.po
79d870
+++ evince-3.28.4/po/is.po
79d870
@@ -910,10 +910,21 @@ msgstr "Opna"
79d870
 msgid "Close"
79d870
 msgstr "Loka"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+#| msgid "Note"
79d870
+msgid "Note text"
79d870
+msgstr "Texti minnispunkts"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Bæta við glósu"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+#| msgid "Highlight"
79d870
+msgid "Highlight text"
79d870
+msgstr "Áherslulita texta"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Bæta við áherslulitaðri glósu"
79d870
--- evince-3.28.4/po/it.po
79d870
+++ evince-3.28.4/po/it.po
79d870
@@ -930,10 +930,19 @@ msgstr "Apri"
79d870
 msgid "Close"
79d870
 msgstr "Chiudi"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Annotazione"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Aggiunge un'annotazione testuale"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Testo evidenziato"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Aggiunge un'annotazione evidenziata"
79d870
@@ -1138,6 +1147,11 @@ msgstr "Seleziona pagina"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Annota il documento"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Annota documento"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opzioni file"
79d870
--- evince-3.28.4/po/ja.po
79d870
+++ evince-3.28.4/po/ja.po
79d870
@@ -945,10 +945,19 @@ msgstr "開く"
79d870
 msgid "Close"
79d870
 msgstr "閉じる"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "テキストをメモ"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "テキスト注釈を追加します"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "テキストをハイライト"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "ハイライト注釈を追加します"
79d870
@@ -1182,6 +1191,10 @@ msgstr "直接ページを指定しまã
79d870
 msgid "Annotate the document"
79d870
 msgstr "ドキュメントに注釈を付けます"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "ドキュメントに注釈を付ける"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "ファイルオプション"
79d870
--- evince-3.28.4/po/kk.po
79d870
+++ evince-3.28.4/po/kk.po
79d870
@@ -912,10 +912,19 @@ msgstr "Ашу"
79d870
 msgid "Close"
79d870
 msgstr "Жабу"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Мәлімдеме мәтіні"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Мәтіндік пікірді қосу"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Мәтінді түспен ерекшелеу"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Түспен ерекшелеудің аңдатпасын қосу"
79d870
--- evince-3.28.4/po/ko.po
79d870
+++ evince-3.28.4/po/ko.po
79d870
@@ -914,10 +914,19 @@ msgstr "열기"
79d870
 msgid "Close"
79d870
 msgstr "닫기"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "메모 텍스트"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "텍스트 추가 정보 추가"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "강조 텍스트"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "강조 추가 정보 추가"
79d870
@@ -1113,6 +1122,11 @@ msgstr "페이지 선택"
79d870
 msgid "Annotate the document"
79d870
 msgstr "문서에 추가 정보를 넣습니다"
79d870
 
79d870
+# a11y 정보
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "문서에 주석 달기"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "파일 옵션"
79d870
--- evince-3.28.4/po/lt.po
79d870
+++ evince-3.28.4/po/lt.po
79d870
@@ -921,10 +921,19 @@ msgstr "Atverti"
79d870
 msgid "Close"
79d870
 msgstr "Užverti"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Ratelio tekstas"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Pridėti teksto anotaciją"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Paryškinti tekstą"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Pridėti paryškinimo anotaciją"
79d870
@@ -1122,6 +1131,11 @@ msgstr "Pasirinkite puslapį"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Anotuoti dokumentą"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Anotuoti dokumentą"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Failo parametrai"
79d870
--- evince-3.28.4/po/lv.po
79d870
+++ evince-3.28.4/po/lv.po
79d870
@@ -914,10 +914,19 @@ msgstr "Atvērt"
79d870
 msgid "Close"
79d870
 msgstr "Aizvērt"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Piezīmes teksts"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Pievienot teksta anotāciju"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Izcelt tekstu"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Pievienot izcēluma anotāciju"
79d870
--- evince-3.28.4/po/ms.po
79d870
+++ evince-3.28.4/po/ms.po
79d870
@@ -991,10 +991,20 @@ msgstr "Anotasi"
79d870
 msgid "Text"
79d870
 msgstr "Teks"
79d870
 
79d870
-#: ../shell/ev-sidebar-annotations.c:210
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+#| msgid "Note"
79d870
+msgid "Note text"
79d870
+msgstr "Teks nota"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Tambah anotasi teks"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Teks sorot"
79d870
+
79d870
 #: ../shell/ev-sidebar-annotations.c:221
79d870
 msgid "Add"
79d870
 msgstr "Tambah"
79d870
@@ -1322,6 +1332,11 @@ msgstr "_Buka..."
79d870
 msgid "Open an existing document"
79d870
 msgstr "Membuka dokumen sedia ada"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Reload the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Catatkan dokumen"
79d870
+
79d870
 #: ../shell/ev-window.c:5695
79d870
 msgid "Op_en a Copy"
79d870
 msgstr "Bu_ka Satu Salinan"
79d870
--- evince-3.28.4/po/nl.po
79d870
+++ evince-3.28.4/po/nl.po
79d870
@@ -962,10 +962,20 @@ msgstr "Openen"
79d870
 msgid "Close"
79d870
 msgstr "Sluiten"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+# Notitietekst of tekst noteren? -Justin 28/07/18
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Notitietekst"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Tekstannotatie toevoegen"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Tekst markeren"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Markeerannotatie toevoegen"
79d870
@@ -1171,6 +1181,10 @@ msgstr "Pagina selecteren"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Het document annoteren"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Document annoteren"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Bestandsopties"
79d870
--- evince-3.28.4/po/pa.po
79d870
+++ evince-3.28.4/po/pa.po
79d870
@@ -922,10 +922,21 @@ msgstr "ਖੋਲ੍ਹੋ"
79d870
 msgid "Close"
79d870
 msgstr "ਬੰਦ ਕਰੋ"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+#| msgid "Note"
79d870
+msgid "Note text"
79d870
+msgstr "ਲਿਖਤੀ ਨੋਟ"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "ਲਿਖਤ ਵਿਆਖਿਆ ਸ਼ਾਮਿਲ"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+#| msgid "Highlight"
79d870
+msgid "Highlight text"
79d870
+msgstr "ਲਿਖਤ ਉਘਾੜੋ"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "ਉਭਾਰੀ ਵਿਆਖਿਆ ਜੋੜੋ"
79d870
--- evince-3.28.4/po/pl.po
79d870
+++ evince-3.28.4/po/pl.po
79d870
@@ -919,10 +919,19 @@ msgstr "Otwarte"
79d870
 msgid "Close"
79d870
 msgstr "Zamknięte"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Dodaj notatkę"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Dodaje przypis tekstowy"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Zakreśl tekst"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Dodaje zakreślenie"
79d870
@@ -1125,6 +1134,10 @@ msgstr "Wybiera stronę"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Dodaje przypisy do dokumentu"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Dodaj przypisy do dokumentu"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opcje plików"
79d870
--- evince-3.28.4/po/pt_BR.po
79d870
+++ evince-3.28.4/po/pt_BR.po
79d870
@@ -941,10 +941,19 @@ msgstr "Aberto"
79d870
 msgid "Close"
79d870
 msgstr "Fechado"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Nota de texto"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Adiciona anotação de texto"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Texto destacado"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Adiciona anotação com destaque"
79d870
@@ -1166,6 +1175,10 @@ msgstr "Seleciona página"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Anota o documento"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Anotar documento"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Opções do arquivo"
79d870
--- evince-3.28.4/po/ro.po
79d870
+++ evince-3.28.4/po/ro.po
79d870
@@ -932,10 +932,20 @@ msgstr "Deschide"
79d870
 msgid "Close"
79d870
 msgstr "Închide"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+# LG: descriere a unei iconițe atașabile unei notițe
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Textul notei"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Adăugă adnotare text"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Evidențiază textul"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Adăugă adnotare evidențiată"
79d870
--- evince-3.28.4/po/ru.po
79d870
+++ evince-3.28.4/po/ru.po
79d870
@@ -918,10 +918,19 @@ msgstr "ĞžÑ‚ĞºÑ€Ñ‹Ñ‚ÑŒ"
79d870
 msgid "Close"
79d870
 msgstr "Закрыть"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Сделать заметку тексту"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Добавить текстовое примечание"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Подсветить текст"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Добавить выделенное примечание"
79d870
--- evince-3.28.4/po/sk.po
79d870
+++ evince-3.28.4/po/sk.po
79d870
@@ -1028,11 +1028,21 @@ msgstr "Otvorené"
79d870
 msgid "Close"
79d870
 msgstr "Zatvorené"
79d870
 
79d870
+# cobmbobox item
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Text poznámky"
79d870
+
79d870
 # tooltip
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Pridá poznámku do textu"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Zvýrazniť text"
79d870
+
79d870
 # tooltip
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
@@ -1261,6 +1271,11 @@ msgid "Annotate the document"
79d870
 msgstr "Pridá poznámku k dokumentu"
79d870
 
79d870
 # tooltip
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Pridá poznámku k dokumentu"
79d870
+
79d870
+# tooltip
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Voľby súboru"
79d870
--- evince-3.28.4/po/sl.po
79d870
+++ evince-3.28.4/po/sl.po
79d870
@@ -916,10 +916,19 @@ msgstr "Odpri"
79d870
 msgid "Close"
79d870
 msgstr "Zapri"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Besedilo opombe"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Dodaj pripombo k besedilu ..."
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Poudari besedilo"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Dodaj opombo s poudarkom"
79d870
@@ -1116,6 +1125,12 @@ msgstr "Izberi stran"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Opomba s poudarkom"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:228
79d870
+#, fuzzy
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Opomba s poudarkom"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Možnosti datotek"
79d870
--- evince-3.28.4/po/sr.po
79d870
+++ evince-3.28.4/po/sr.po
79d870
@@ -919,10 +919,19 @@ msgstr "ĞžÑ‚Ğ²Ğ¾Ñ€ĞµĞ½"
79d870
 msgid "Close"
79d870
 msgstr "Затворен"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Текст белешке"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Додај забелешку"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Истакнути текст"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Додај забелешку у боји"
79d870
@@ -1126,6 +1135,10 @@ msgstr "Изабери страницу"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Додај забелешке у документ"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Додај забелешке у документ"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "ĞžĞ¿Ñ†Ğ¸Ñ˜Ğµ датотеке"
79d870
--- evince-3.28.4/po/sv.po
79d870
+++ evince-3.28.4/po/sv.po
79d870
@@ -925,10 +925,19 @@ msgstr "Öppna"
79d870
 msgid "Close"
79d870
 msgstr "Stäng"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Gör en notering på text"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Lägg till textkommentar"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Färgmarkera text"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Lägg till färgmarkeringskommentar"
79d870
@@ -1127,6 +1136,10 @@ msgstr "Välj sida"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Lägg till kommentarer till dokumentet"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Lägg till kommentarer till dokument"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Filalternativ"
79d870
--- evince-3.28.4/po/tr.po
79d870
+++ evince-3.28.4/po/tr.po
79d870
@@ -919,10 +919,19 @@ msgstr "Aç"
79d870
 msgid "Close"
79d870
 msgstr "Kapat"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "Açıklama metni"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Açıklama metni ekle"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "Metni vurgula"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Vurgu açıklaması ekle"
79d870
@@ -1120,6 +1129,10 @@ msgstr "Sayfa seç"
79d870
 msgid "Annotate the document"
79d870
 msgstr "Belgeye açıklama ekle"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "Belgeye açıklama ekle"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Dosya seçenekleri"
79d870
--- evince-3.28.4/po/uk.po
79d870
+++ evince-3.28.4/po/uk.po
79d870
@@ -930,10 +930,21 @@ msgstr "Відкрити"
79d870
 msgid "Close"
79d870
 msgstr "Закрити"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+#| msgid "Note"
79d870
+msgid "Note text"
79d870
+msgstr "Текстова примітка"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "Додати текстову нотатку"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+#| msgid "Highlight"
79d870
+msgid "Highlight text"
79d870
+msgstr "Підсвітити текст"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Додати позначену нотатку"
79d870
@@ -1163,6 +1174,11 @@ msgstr "Виберіть сторінкÑ
79d870
 msgid "Annotate the document"
79d870
 msgstr "Зробити примітку в документі"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+#| msgid "Annotate the document"
79d870
+msgid "Annotate document"
79d870
+msgstr "Анотувати документ"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "Параметри файлів"
79d870
--- evince-3.28.4/po/vi.po
79d870
+++ evince-3.28.4/po/vi.po
79d870
@@ -911,10 +911,19 @@ msgstr "Mở"
79d870
 msgid "Close"
79d870
 msgstr "Đóng"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "Ghi chú bằng chữ"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "Thêm chú thích bằng chữ"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "Tô sáng chữ"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "Thêm chú thích tô sáng"
79d870
--- evince-3.28.4/po/zh_CN.po
79d870
+++ evince-3.28.4/po/zh_CN.po
79d870
@@ -913,10 +913,19 @@ msgstr "打开"
79d870
 msgid "Close"
79d870
 msgstr "关闭"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:131
79d870
+msgid "Note text"
79d870
+msgstr "笔记"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
 msgid "Add text annotation"
79d870
 msgstr "添加文本注释"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:138
79d870
+msgid "Highlight text"
79d870
+msgstr "高亮文本"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "添加高亮注释"
79d870
--- evince-3.28.4/po/zh_TW.po
79d870
+++ evince-3.28.4/po/zh_TW.po
79d870
@@ -903,10 +903,19 @@ msgstr "開啟"
79d870
 msgid "Close"
79d870
 msgstr "關閉"
79d870
 
79d870
-#: ../shell/ev-annotations-toolbar.c:120
79d870
+#. Translators: an annotation that looks like a "sticky note"
79d870
+#: ../shell/ev-annotations-toolbar.c:133
79d870
+msgid "Note text"
79d870
+msgstr "備註文字"
79d870
+
79d870
+#: ../shell/ev-annotations-toolbar.c:135
79d870
 msgid "Add text annotation"
79d870
 msgstr "加入文字註解"
79d870
 
79d870
+#: ../shell/ev-annotations-toolbar.c:140
79d870
+msgid "Highlight text"
79d870
+msgstr "標示文字"
79d870
+
79d870
 #: ../shell/ev-annotations-toolbar.c:127
79d870
 msgid "Add highlight annotation"
79d870
 msgstr "加入突顯註解"
79d870
@@ -1106,6 +1115,10 @@ msgstr "選擇頁面"
79d870
 msgid "Annotate the document"
79d870
 msgstr "文件加入註解"
79d870
 
79d870
+#: ../shell/ev-toolbar.c:227
79d870
+msgid "Annotate document"
79d870
+msgstr "加入文件註解"
79d870
+
79d870
 #: ../shell/ev-toolbar.c:243 ../shell/ev-toolbar.c:244
79d870
 msgid "File options"
79d870
 msgstr "檔案選項"