From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: paulus@samba.org
Cc: git@vger.kernel.org, Robin Rosenberg <robin.rosenberg@dewire.com>
Subject: [Gitk PATCH 6/6] gitk: Add menu accelerators for Swedish translation
Date: Thu, 9 Oct 2008 08:09:50 +0200 [thread overview]
Message-ID: <1223532590-8706-7-git-send-email-robin.rosenberg@dewire.com> (raw)
In-Reply-To: <1223532590-8706-6-git-send-email-robin.rosenberg@dewire.com>
---
po/sv.po | 60 ++++++++++++++++++++++++++++++------------------------------
1 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/po/sv.po b/po/sv.po
index c1c3ed2..af3da51 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -69,67 +69,67 @@ msgstr "Avbryt"
#: gitk:1798
msgid "&File"
-msgstr "Arkiv"
+msgstr "&Arkiv"
#: gitk:1800
msgid "&Update"
-msgstr "Uppdatera"
+msgstr "&Uppdatera"
#: gitk:1801
msgid "&Reload"
-msgstr "Ladda om"
+msgstr "&Ladda om"
#: gitk:1802
msgid "R&eread references"
-msgstr "Läs om referenser"
+msgstr "L&äs om referenser"
#: gitk:1803
msgid "&List references"
-msgstr "Visa referenser"
+msgstr "&Visa referenser"
#: gitk:1804
msgid "&Quit"
-msgstr "Avsluta"
+msgstr "&Avsluta"
#: gitk:1806
msgid "&Edit"
-msgstr "Redigera"
+msgstr "&Redigera"
#: gitk:1807
msgid "&Preferences"
-msgstr "Inställningar"
+msgstr "&Inställningar"
#: gitk:1810
msgid "&View"
-msgstr "Visa"
+msgstr "&Visa"
#: gitk:1811
msgid "&New view..."
-msgstr "Ny vy..."
+msgstr "&Ny vy..."
#: gitk:1812
msgid "&Edit view..."
-msgstr "Ãndra vy..."
+msgstr "&Ãndra vy..."
#: gitk:1814
msgid "&Delete view"
-msgstr "Ta bort vy"
+msgstr "&Ta bort vy"
#: gitk:1816
msgid "&All files"
-msgstr "Alla filer"
+msgstr "&Alla filer"
#: gitk:1820
msgid "&Help"
-msgstr "Hjälp"
+msgstr "&Hjälp"
#: gitk:1821
msgid "&About gitk"
-msgstr "Om gitk"
+msgstr "&Om gitk"
#: gitk:1822
msgid "&Key bindings"
-msgstr "Tangentbordsbindningar"
+msgstr "&Tangentbordsbindningar"
#: gitk:1879
msgid "SHA1 ID: "
@@ -234,59 +234,59 @@ msgstr "Träd"
#: gitk:2204 gitk:2219
msgid "Diff &this -> selected"
-msgstr "Diff denna -> markerad"
+msgstr "Diff &denna -> markerad"
#: gitk:2206 gitk:2221
msgid "Diff &selected -> this"
-msgstr "Diff markerad -> denna"
+msgstr "Diff &markerad -> denna"
#: gitk:2208 gitk:2223
msgid "&Make patch"
-msgstr "Skapa patch"
+msgstr "Skapa &patch"
#: gitk:2209
msgid "Create ta&g"
-msgstr "Skapa tagg"
+msgstr "Skapa &tagg"
#: gitk:2210
msgid "&Write commit to file"
-msgstr "Skriv incheckning till fil"
+msgstr "Skriv incheckning till &fil"
#: gitk:2211
msgid "Create new &branch"
-msgstr "Skapa ny gren"
+msgstr "Skapa ny &gren"
#: gitk:2212
msgid "C&herry-pick this commit"
-msgstr "Plocka denna incheckning"
+msgstr "P&locka denna incheckning"
#: gitk:2214
msgid "&Reset HEAD branch to here"
-msgstr "Ã
terställ HEAD-grenen hit"
+msgstr "&Ã
terställ HEAD-grenen hit"
#: gitk:2230
msgid "Check &out this branch"
-msgstr "Checka ut denna gren"
+msgstr "&Checka ut denna gren"
#: gitk:2232
msgid "Re&move this branch"
-msgstr "Ta bort denna gren"
+msgstr "Ta &bort denna gren"
#: gitk:2238
msgid "Highlight this &too"
-msgstr "Markera även detta"
+msgstr "Markera &även detta"
#: gitk:2240
msgid "Highlight this &only"
-msgstr "Markera bara detta"
+msgstr "Markera &bara detta"
#: gitk:2242
msgid "E&xternal diff"
-msgstr "Extern diff"
+msgstr "&Extern diff"
#: gitk:2244
msgid "&Blame parent commit"
-msgstr ""
+msgstr "&Kommentera mot incheckningens föräldrer"
#: gitk:2484
msgid "About gitk"
--
1.6.0.2.308.gef4a
next prev parent reply other threads:[~2008-10-09 6:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-09 6:09 [Gitk Patch 0/6] Robin Rosenberg
2008-10-09 6:09 ` [Gitk PATCH 1/6] gitk: Add procedure to create accelerated menus Robin Rosenberg
2008-10-09 6:09 ` [Gitk PATCH 2/6] gitk: Change menus to use accelerated design Robin Rosenberg
2008-10-09 6:09 ` [Gitk PATCH 3/6] gitk: regenerated po files Robin Rosenberg
2008-10-09 6:09 ` [Gitk PATCH 4/6] gitk: Add accelerator hints Robin Rosenberg
2008-10-09 6:09 ` [Gitk PATCH 5/6] gitk: regenerated po files Robin Rosenberg
2008-10-09 6:09 ` Robin Rosenberg [this message]
2008-10-11 1:40 ` [Gitk PATCH 1/6] gitk: Add procedure to create accelerated menus Paul Mackerras
2008-10-11 11:39 ` Robin Rosenberg
2008-10-11 2:44 ` [Gitk Patch 0/6] Paul Mackerras
2008-10-11 11:14 ` Robin Rosenberg
2008-10-18 12:11 ` Paul Mackerras
2008-10-19 21:19 ` [GITK PATCH] Add menu accelerators Robin Rosenberg
2008-10-19 22:00 ` [GITK PATCH v2] " Robin Rosenberg
2008-10-20 23:21 ` Paul Mackerras
-- strict thread matches above, loose matches on Subject: below --
2008-10-07 21:56 [Gitk PATCH 0/6] Menu accelerators for Gitk Robin Rosenberg
2008-10-07 21:56 ` [Gitk PATCH 1/6] gitk: Add procedure to create accelerated menus Robin Rosenberg
2008-10-07 21:56 ` [Gitk PATCH 2/6] gitk: Change menus to use accelerated design Robin Rosenberg
2008-10-07 21:56 ` [Gitk PATCH 3/6] gitk: regenerated po files Robin Rosenberg
2008-10-07 21:56 ` [Gitk PATCH 4/6] gitk: Add accelerator hints Robin Rosenberg
2008-10-07 21:56 ` [Gitk PATCH 5/6] gitk: regenerated po files Robin Rosenberg
2008-10-07 21:56 ` [Gitk PATCH 6/6] gitk: Add menu accelerators for Swedish translation Robin Rosenberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1223532590-8706-7-git-send-email-robin.rosenberg@dewire.com \
--to=robin.rosenberg@dewire.com \
--cc=git@vger.kernel.org \
--cc=paulus@samba.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).