[meld] data/ui/shortcuts.ui: Add context to strings in the shortcut window
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] data/ui/shortcuts.ui: Add context to strings in the shortcut window
- Date: Sat, 13 Feb 2016 20:58:38 +0000 (UTC)
commit e9ffd4c0aca47eea4f58260272923b7c47256f60
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Feb 13 21:52:38 2016 +0100
data/ui/shortcuts.ui: Add context to strings in the shortcut window
It helps translators by differentiating the help strings from other strings
in the app that might be identical, and allowing to translate them
accordingly.
https://bugzilla.gnome.org/show_bug.cgi?id=762007
data/ui/shortcuts.ui | 100 +++++++++++++++++++++++++-------------------------
1 files changed, 50 insertions(+), 50 deletions(-)
---
diff --git a/data/ui/shortcuts.ui b/data/ui/shortcuts.ui
index e189a88..2ed0e1d 100644
--- a/data/ui/shortcuts.ui
+++ b/data/ui/shortcuts.ui
@@ -11,47 +11,47 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
- <property name="title" translatable="yes">General</property>
+ <property name="title" translatable="yes" context="shortcut window">General</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>N</property>
- <property name="title" translatable="yes">New comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">New comparison</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>W</property>
- <property name="title" translatable="yes">Close a comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">Close a
comparison</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>Q</property>
- <property name="title" translatable="yes">Quit Meld</property>
+ <property name="title" translatable="yes" context="shortcut window">Quit Meld</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator">Escape</property>
- <property name="title" translatable="yes">Stop the current action</property>
+ <property name="title" translatable="yes" context="shortcut window">Stop the current
action</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>R</property>
- <property name="title" translatable="yes">Refresh comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">Refresh
comparison</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator">F11</property>
- <property name="title" translatable="yes">Fullscreen</property>
+ <property name="title" translatable="yes" context="shortcut window">Fullscreen</property>
</object>
</child>
</object>
@@ -60,40 +60,40 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="view">tab</property>
- <property name="title" translatable="yes">Tabs</property>
+ <property name="title" translatable="yes" context="shortcut window">Tabs</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary><alt>Page_Up</property>
- <property name="title" translatable="yes">Go to previous tab</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to previous
tab</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary><alt>Page_Down</property>
- <property name="title" translatable="yes">Go to next tab</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to next tab</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>0...9</property>
- <property name="title" translatable="yes">Switch to tab</property>
+ <property name="title" translatable="yes" context="shortcut window">Switch to tab</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><primary><alt>Page_Up</property>
- <property name="title" translatable="yes">Move tab left</property>
+ <property name="title" translatable="yes" context="shortcut window">Move tab left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><primary><alt>Page_Down</property>
- <property name="title" translatable="yes">Move tab right</property>
+ <property name="title" translatable="yes" context="shortcut window">Move tab right</property>
</object>
</child>
</object>
@@ -102,19 +102,19 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="view">tab</property>
- <property name="title" translatable="yes">Changes</property>
+ <property name="title" translatable="yes" context="shortcut window">Changes</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Up</property>
- <property name="title" translatable="yes">Go to previous change</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to previous
change</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Down</property>
- <property name="title" translatable="yes">Go to next change</property>
+ <property name="title" translatable="yes" context="shortcut window">Go to next
change</property>
</object>
</child>
</object>
@@ -123,68 +123,68 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="view">editing</property>
- <property name="title" translatable="yes">Editing</property>
+ <property name="title" translatable="yes" context="shortcut window">Editing</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>Z</property>
- <property name="title" translatable="yes">Undo</property>
+ <property name="title" translatable="yes" context="shortcut window">Undo</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><primary>Z</property>
- <property name="title" translatable="yes">Redo</property>
+ <property name="title" translatable="yes" context="shortcut window">Redo</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>X</property>
- <property name="title" translatable="yes">Cut</property>
+ <property name="title" translatable="yes" context="shortcut window">Cut</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>C</property>
- <property name="title" translatable="yes">Copy</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>V</property>
- <property name="title" translatable="yes">Paste</property>
+ <property name="title" translatable="yes" context="shortcut window">Paste</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>F</property>
- <property name="title" translatable="yes">Find</property>
+ <property name="title" translatable="yes" context="shortcut window">Find</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>G</property>
- <property name="title" translatable="yes">Find Next</property>
+ <property name="title" translatable="yes" context="shortcut window">Find Next</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary><shift>G</property>
- <property name="title" translatable="yes">Find Previous</property>
+ <property name="title" translatable="yes" context="shortcut window">Find Previous</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>H</property>
- <property name="title" translatable="yes">Replace</property>
+ <property name="title" translatable="yes" context="shortcut window">Replace</property>
</object>
</child>
</object>
@@ -193,117 +193,117 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="view">file</property>
- <property name="title" translatable="yes">File comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">File comparison</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>S</property>
- <property name="title" translatable="yes">Save current file</property>
+ <property name="title" translatable="yes" context="shortcut window">Save current
file</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><primary>S</property>
- <property name="title" translatable="yes">Save current file to new path</property>
+ <property name="title" translatable="yes" context="shortcut window">Save current file to new
path</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><primary>L</property>
- <property name="title" translatable="yes">Save all files in comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">Save all files in
comparison</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>I</property>
- <property name="title" translatable="yes">Previous conflict</property>
+ <property name="title" translatable="yes" context="shortcut window">Previous
conflict</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>K</property>
- <property name="title" translatable="yes">Next conflict</property>
+ <property name="title" translatable="yes" context="shortcut window">Next conflict</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Left</property>
- <property name="title" translatable="yes">Push change to left</property>
+ <property name="title" translatable="yes" context="shortcut window">Push change to
left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Right</property>
- <property name="title" translatable="yes">Push change to right</property>
+ <property name="title" translatable="yes" context="shortcut window">Push change to
right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><alt>Left</property>
- <property name="title" translatable="yes">Pull change from left</property>
+ <property name="title" translatable="yes" context="shortcut window">Pull change from
left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><shift><alt>Right</property>
- <property name="title" translatable="yes">Pull change from right</property>
+ <property name="title" translatable="yes" context="shortcut window">Pull change from
right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>bracketleft</property>
- <property name="title" translatable="yes">Copy change above left</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy change above
left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>semicolon</property>
- <property name="title" translatable="yes">Copy change below left</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy change below
left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>bracketright</property>
- <property name="title" translatable="yes">Copy change above right</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy change above
right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>quoteright</property>
- <property name="title" translatable="yes">Copy change below right</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy change below
right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Delete</property>
- <property name="title" translatable="yes">Delete change</property>
+ <property name="title" translatable="yes" context="shortcut window">Delete change</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Page_Up</property>
- <property name="title" translatable="yes">Previous comparison pane</property>
+ <property name="title" translatable="yes" context="shortcut window">Previous comparison
pane</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Page_Down</property>
- <property name="title" translatable="yes">Next comparison pane</property>
+ <property name="title" translatable="yes" context="shortcut window">Next comparison
pane</property>
</object>
</child>
</object>
@@ -312,26 +312,26 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="view">file</property>
- <property name="title" translatable="yes">Folder comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">Folder comparison</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Left</property>
- <property name="title" translatable="yes">Copy to left</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy to left</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><alt>Right</property>
- <property name="title" translatable="yes">Copy to right</property>
+ <property name="title" translatable="yes" context="shortcut window">Copy to right</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator">Delete</property>
- <property name="title" translatable="yes">Delete change</property>
+ <property name="title" translatable="yes" context="shortcut window">Delete change</property>
</object>
</child>
</object>
@@ -340,19 +340,19 @@
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="view">file</property>
- <property name="title" translatable="yes">Version control comparison</property>
+ <property name="title" translatable="yes" context="shortcut window">Version control
comparison</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator"><primary>M</property>
- <property name="title" translatable="yes">Commit to version control</property>
+ <property name="title" translatable="yes" context="shortcut window">Commit to version
control</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="accelerator">F9</property>
- <property name="title" translatable="yes">Show/hide console output</property>
+ <property name="title" translatable="yes" context="shortcut window">Show/hide console
output</property>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]