/[svn]/gigedit/trunk/po/sv.po
ViewVC logotype

Diff of /gigedit/trunk/po/sv.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

gigedit/branches/linuxsampler_org/po/sv.po revision 1052 by persson, Sat Mar 3 12:20:01 2007 UTC gigedit/trunk/po/sv.po revision 1303 by persson, Sun Aug 26 09:29:52 2007 UTC
# Line 7  msgid "" Line 7  msgid ""
7  msgstr ""  msgstr ""
8  "Project-Id-Version: gigedit 0.0.3\n"  "Project-Id-Version: gigedit 0.0.3\n"
9  "Report-Msgid-Bugs-To: \n"  "Report-Msgid-Bugs-To: \n"
10  "POT-Creation-Date: 2007-03-03 10:33+0100\n"  "POT-Creation-Date: 2007-08-26 10:41+0200\n"
11  "PO-Revision-Date: 2006-11-05 12:47+0100\n"  "PO-Revision-Date: 2007-08-26 11:21+0200\n"
12  "Last-Translator: Andreas Persson\n"  "Last-Translator: Andreas Persson\n"
13  "Language-Team: Swedish\n"  "Language-Team: Swedish\n"
14  "MIME-Version: 1.0\n"  "MIME-Version: 1.0\n"
15  "Content-Type: text/plain; charset=UTF-8\n"  "Content-Type: text/plain; charset=UTF-8\n"
16  "Content-Transfer-Encoding: 8bit\n"  "Content-Transfer-Encoding: 8bit\n"
17    
18  #: ../src/mainwindow.cpp:789  #: ../src/gigedit/mainwindow.cpp:98
19  msgid "_File"  msgid "_File"
20  msgstr "_Arkiv"  msgstr "_Arkiv"
21    
22  #: ../src/mainwindow.cpp:1236  #: ../src/gigedit/mainwindow.cpp:128
23    msgid "_Instrument"
24    msgstr "_Instrument"
25    
26    #: ../src/gigedit/mainwindow.cpp:139
27    msgid "Add _Instrument"
28    msgstr "_Lägg till instrument"
29    
30    #: ../src/gigedit/mainwindow.cpp:153
31    msgid "Add _Group"
32    msgstr "Lägg till _grupp"
33    
34    #: ../src/gigedit/mainwindow.cpp:157
35    msgid "Add _Sample(s)"
36    msgstr "Lägg till _sampling(ar)"
37    
38    #: ../src/gigedit/mainwindow.cpp:425
39    #, c-format
40    msgid "Save changes to \"%s\" before closing?"
41    msgstr "Spara ändringarna i \"%s\"?"
42    
43    #: ../src/gigedit/mainwindow.cpp:430
44    msgid "If you close without saving, your changes will be lost."
45    msgstr "Om du stänger utan att spara förlorar du dina ändringar."
46    
47    #: ../src/gigedit/mainwindow.cpp:432
48    msgid "Close _Without Saving"
49    msgstr "Stäng _utan att spara"
50    
51    #: ../src/gigedit/mainwindow.cpp:446
52  msgid "Open file"  msgid "Open file"
53  msgstr "Öppna fil"  msgstr "Öppna fil"
54    
55    #: ../src/gigedit/mainwindow.cpp:513
56    msgid "The file could not be saved because it contains no samples"
57    msgstr "Filen kunde inte sparas eftersom den inte innehåller några samplingar"
58    
59    #: ../src/gigedit/mainwindow.cpp:522
60    msgid ""
61    "The file could not be saved because there are instruments that have no "
62    "regions"
63    msgstr "Filen kunde inte sparas eftersom det finns instrument som inte har några regioner"
64    
65    #: ../src/gigedit/mainwindow.cpp:563
66    msgid "Save as"
67    msgstr "Spara som"
68    
69    #: ../src/gigedit/mainwindow.cpp:904
70    msgid "Unsaved Gig File"
71    msgstr "Osparad gig-fil"
72    
73    #. show 'browse for file' dialog
74    #: ../src/gigedit/mainwindow.cpp:1096
75    msgid "Add Sample(s)"
76    msgstr "Lägg till sampling(ar)"
77    
78    #: ../src/gigedit/dimregionedit.cpp:122
79    msgid "Note this sample is associated with (a.k.a. 'root note')"
80    msgstr ""
81    
82    #: ../src/gigedit/dimregionedit.cpp:124
83    msgid "Sample position at which playback should be started"
84    msgstr ""
85    
86    #: ../src/gigedit/dimregionedit.cpp:125
87    msgid "Stereo balance (left/right)"
88    msgstr ""
89    
90    #: ../src/gigedit/dimregionedit.cpp:127
91    msgid "Output channel where the audio signal should be routed to (0 - 9)"
92    msgstr ""
93    
94    #: ../src/gigedit/dimregionedit.cpp:130
95    msgid ""
96    "If true: sample will be pitched according to the key position (this would be "
97    "disabled for drums for example)"
98    msgstr ""
99    
100    #: ../src/gigedit/dimregionedit.cpp:133
101    msgid "If enabled: repeats to playback the sample"
102    msgstr ""
103    
104    #: ../src/gigedit/dimregionedit.cpp:135
105    msgid ""
106    "Start position within the sample (in sample points) of the area to be looped"
107    msgstr ""
108    
109    #: ../src/gigedit/dimregionedit.cpp:139
110    msgid "Duration (in sample points) of the area to be looped"
111    msgstr ""
112    
113    #: ../src/gigedit/dimregionedit.cpp:142
114    msgid "Direction in which the loop area in the sample should be played back"
115    msgstr ""
116    
117    #: ../src/gigedit/dimregionedit.cpp:145
118    msgid ""
119    "Whether the loop area should be played back forever\n"
120    "Caution: this setting is stored on Sample side, thus is shared among all "
121    "dimension regions that use this sample!"
122    msgstr ""
123    
124    #: ../src/gigedit/dimregionedit.cpp:150
125    msgid ""
126    "How many times the loop area should be played back\n"
127    "Caution: this setting is stored on Sample side, thus is shared among all "
128    "dimension regions that use this sample!"
129    msgstr ""
130    
131    #: ../src/gigedit/dimregionedit.cpp:159
132    msgid "Mandatory Settings"
133    msgstr ""
134    
135    #. TODO: the following would break drag&drop:   wSample->property_editable().set_value(false);  or this:    wSample->set_editable(false);
136    #: ../src/gigedit/dimregionedit.cpp:162
137    msgid "Drop a sample here"
138    msgstr ""
139    
140    #: ../src/gigedit/dimregionedit.cpp:164
141    msgid "Optional Settings"
142    msgstr ""
143    
144    #: ../src/gigedit/dimregionedit.cpp:186
145    msgid "General Amplitude Settings"
146    msgstr ""
147    
148    #: ../src/gigedit/dimregionedit.cpp:190
149    msgid "Amplitude Envelope (EG1)"
150    msgstr ""
151    
152    #: ../src/gigedit/dimregionedit.cpp:207
153    msgid "Amplitude Oscillator (LFO1)"
154    msgstr ""
155    
156    #: ../src/gigedit/dimregionedit.cpp:237
157    msgid "General Filter Settings"
158    msgstr ""
159    
160    #: ../src/gigedit/dimregionedit.cpp:305
161    msgid "Filter Cutoff Envelope (EG2)"
162    msgstr ""
163    
164    #: ../src/gigedit/dimregionedit.cpp:318
165    msgid "Filter Cutoff Oscillator (LFO2)"
166    msgstr ""
167    
168    #: ../src/gigedit/dimregionedit.cpp:340
169    msgid "General Pitch Settings"
170    msgstr ""
171    
172    #: ../src/gigedit/dimregionedit.cpp:343
173    msgid "Pitch Envelope (EG3)"
174    msgstr ""
175    
176    #: ../src/gigedit/dimregionedit.cpp:346
177    msgid "Pitch Oscillator (LFO3)"
178    msgstr ""

Legend:
Removed from v.1052  
changed lines
  Added in v.1303

  ViewVC Help
Powered by ViewVC