Statistics
| Branch: | Tag: | Revision:

root / src / gr / grnet / pithos / web / public / plupload / js / i18n / fi.js @ 0c73a8ff

History | View | Annotate | Download (1.6 kB)

1
// .fi file like language pack
2
plupload.addI18n({
3
        'Select files' : 'Valitse tiedostoja',
4
        'Add files to the upload queue and click the start button.' : 'Lisää tiedostoja latausjonoon ja klikkaa aloita-nappia.',
5
        'Filename' : 'Tiedostonimi',
6
        'Status' : 'Tila',
7
        'Size' : 'Koko',
8
        'Add files' : 'Lisää tiedostoja',
9
        'Stop current upload' : 'Pysäytä nykyinen lataus',
10
        'Start uploading queue' : 'Aloita jonon lataus',
11
        'Drag files here.' : 'Raahaa tiedostot tänne.',
12
        'Start upload' : 'Aloita lataus',
13
        'Uploaded %d/%d files': 'Ladattu %d/%d tiedostoa',
14
        'Stop upload': 'Pysäytä lataus',
15
        'Start upload': 'Aloita lataus',
16
        '%d files queued': '%d tiedostoa jonossa',
17
        'File: %s': 'Tiedosto: %s',
18
        'Close': 'Sulje',
19
        'Using runtime: ': 'Käytetään ajonaikaista: ',
20
        'File: %f, size: %s, max file size: %m': 'Tiedosto: %f, koko: %s, maksimi tiedostokoko: %m',
21
        'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'Latauselementti sallii ladata vain %d tiedosto(a) kerrallaan. Ylimääräiset tiedostot ohitettiin.',
22
        'Upload URL might be wrong or doesn\'t exist': 'Lataus URL saattaa olla väärin tai ei ole olemassa',
23
        'Error: File too large: ': 'Virhe: Tiedosto liian suuri: ',
24
        'Error: Invalid file extension: ': 'Virhe: Kelpaamaton tiedostopääte: ',
25
        'File extension error.': 'Tiedostopäätevirhe.',
26
        'File size error.': 'Tiedostokokovirhe.',
27
        'File count error.': 'Tiedostolaskentavirhe.',
28
        'Init error.': 'Init virhe.',
29
        'HTTP Error.': 'HTTP virhe.',
30
        'Security error.': 'Tietoturvavirhe.',
31
        'Generic error.': 'Yleinen virhe.',
32
        'IO error.': 'I/O virhe.'
33
});