author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (side-by-side diff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /i18n/no/solitaire.po | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | i18n/no/solitaire.po | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/i18n/no/solitaire.po b/i18n/no/solitaire.po new file mode 100644 index 0000000..45e3490 --- a/dev/null +++ b/i18n/no/solitaire.po @@ -0,0 +1,157 @@ +# This is a Qt message file in .po format. Each msgid starts with +# a scope. This scope should *NOT* be translated - eg. translating +# from French to English, "Foo::Bar" would be translated to "Pub", +# not "Foo::Pub". +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"POT-Creation-Date: 2001-03-07 19:08:21 EST\n" +"PO-Revision-Date: YYYY-MM-DD\n" +"Last-Translator: FULLNAME <EMAIL@ADDRESS>\n" +"Content-Type: text/plain; charset=iso-8859-1\n" + +#: solitaire.cpp:775 +msgid "CanvasCardWindow::&About" +msgstr "&Om" + +#: solitaire.cpp:768 +msgid "CanvasCardWindow::&Change Card Backs" +msgstr "&Forandre kortenes bakside" + +#: solitaire.cpp:762 +msgid "CanvasCardWindow::&Close" +msgstr "&Lukk" + +#: solitaire.cpp:763 +msgid "CanvasCardWindow::&File" +msgstr "&Fil" + +#: solitaire.cpp:777 +msgid "CanvasCardWindow::&Help" +msgstr "&Hjelp" + +#: solitaire.cpp:759 +msgid "CanvasCardWindow::&New Game of Solitaire" +msgstr "Nytt spill: Kabal" + +#: solitaire.cpp:760 +msgid "CanvasCardWindow::&New Game of Freecell" +msgstr "Nytt spill: Freecell" + +#: solitaire.cpp:770 +msgid "CanvasCardWindow::&Settings" +msgstr "&Innstillinger" + +#: solitaire.cpp:769 +msgid "CanvasCardWindow::&Snap On/Off" +msgstr "&Snepp av/på" + +#: solitaire.cpp:829 +msgid "CanvasCardWindow::" +"<h3>About Qt Card Games</h3>" +"<p>" +"These games were implemented<br>easily using Qt.<br>" +"The canvas widget was used<br> as the basis" +"on which<br>the playing area is drawn.<br>" +"Each card is an object on the canvas,<br>as " +"are the decorations.<br>All the animation is " +"done by Qt." +"<p>" +msgstr "" + +#: solitaire.cpp:864 +msgid "CanvasCardWindow::" +"<h3>Freecell</h3>" +"<p>" +"The object of the game is to stack all the<br>" +"cards on the top right 4 piles from the Aces<br>" +"to the Kings in suit. The rules are that<br>" +"you can only move red cards of the next<br>" +"lowest values on top of black cards, or<br>" +"or black ones on to red ones in order.<br>" +"You can move any card to the remaining<br>" +"vacant freecells to help you move the cards." +"<p>Good luck and enjoy playing Freecell!" +"<p>" +msgstr "" + +#: solitaire.cpp:850 +msgid "CanvasCardWindow::" +"<h3>Solitaire</h3>" +"<p>" +"The object of the game is to stack all the<br>" +"cards on the top piles from the Aces to<br>" +"the Kings in suit. The rules are that you<br>" +"can only move a red card of the next lowest<br>" +"values on top of black cards in the lower<br>" +"playing area, or a black on a red in order.<br>" +"You can get new cards from the face down<br>" +"stack to help you move the cards." +"<p>Good luck and enjoy playing Solitaire!" +"<p>" +msgstr "" + +#: solitaire.cpp:799 +msgid "CanvasCardWindow::About" +msgstr "Om" + +#: solitaire.cpp:791 +msgid "CanvasCardWindow::Change Card Backs" +msgstr "Forandre kortenes bakside" + +#: solitaire.cpp:793 +msgid "CanvasCardWindow::Change Cards Drawn" +msgstr "Forandre antall kort som trekkes" + +#: solitaire.cpp:785 +msgid "CanvasCardWindow::Close" +msgstr "Lukk" + +#: solitaire.cpp:881 +msgid "CanvasCardWindow::Dismiss" +msgstr "" + +#: solitaire.cpp:786 +msgid "CanvasCardWindow::File" +msgstr "Fil" + +#: solitaire.cpp:691 +msgid "CanvasCardWindow::Freecell" +msgstr "Freecell" + +#: solitaire.cpp:802 +msgid "CanvasCardWindow::Help" +msgstr "Hjelp" + +#: solitaire.cpp:782 +msgid "CanvasCardWindow::New Game of Solitaire" +msgstr "Nytt spill: Kabal" + +#: solitaire.cpp:783 +msgid "CanvasCardWindow::New Game of Freecell" +msgstr "Nytt spill: Freecell" + +#: solitaire.cpp:828 +msgid "CanvasCardWindow::Qt Card Game Example" +msgstr "Qt kortspilleksempel" + +#: solitaire.cpp:863 +msgid "CanvasCardWindow::Qt Freecell" +msgstr "Qt Freecell" + +#: solitaire.cpp:889 +msgid "CanvasCardWindow::Qt Solitaire" +msgstr "Qt Kabal" + +#: solitaire.cpp:794 +msgid "CanvasCardWindow::Settings" +msgstr "Innstillinger" + +#: solitaire.cpp:792 +msgid "CanvasCardWindow::Snap On/Off" +msgstr "Magnet av/på" + +#: solitaire.cpp:677 +msgid "CanvasCardWindow::Solitaire" +msgstr "Kabal" + |