~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to debian/missing-sources/plupload-1.5.4/javascript/i18n/hu.js

  • Committer: Package Import Robot
  • Author(s): Raphaël Hertzog
  • Date: 2013-09-04 23:18:58 UTC
  • mfrom: (1.2.28)
  • Revision ID: package-import@ubuntu.com-20130904231858-nljmn1buzswh63jk
Tags: 3.6+dfsg-1
* New upstream release.
* Improve wp-settings to verify that $_SERVER['HTTP_X_FORWARDED_PROTO']
  exists before accessing it (avoids a PHP notice).
  Thanks to Paul Dreik <slask@pauldreik.se> for the report and the patch.
* Document in README.Debian the need to login to /wp-admin/ to complete
  an upgrade.
* Drop useless debian/README.source
* Drop 008CVE2008-2392.patch since upstream now disables unfiltered
  uploads by default. See http://core.trac.wordpress.org/ticket/10692
* Drop 009CVE2008-6767.patch since the backto parameter is validated
  against a whitelist, and externally triggered upgrades are not a
  security problem as long as they work.
* Update debian/missing-sources with latest versions.
* Update upstream l10n.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Hungarian
2
 
plupload.addI18n({
3
 
    'Select files' : 'Fájlok kiválasztása',
4
 
    'Add files to the upload queue and click the start button.' : 'Válaszd ki a fájlokat, majd kattints az Indítás gombra.',
5
 
    'Filename' : 'Fájlnév',
6
 
    'Status' : 'Állapot',
7
 
    'Size' : 'Méret',
8
 
    'Add files' : 'Hozzáadás',
9
 
    'Stop current upload' : 'Jelenlegi feltöltés megszakítása',
10
 
    'Start uploading queue' : 'Várakozási sor feltöltésének indítása',
11
 
    'Uploaded %d/%d files': 'Feltöltött fájlok: %d/%d',
12
 
    'N/A': 'Nem elérhető',
13
 
    'Drag files here.' : 'Húzd ide a fájlokat.',
14
 
    'Stop upload': 'Feltöltés megszakítása',
15
 
    'Start upload': 'Indítás',
16
 
    '%d files queued': '%d fájl sorbaállítva',
17
 
    'File: %s': 'Fájl: %s',
18
 
    'Close': 'Bezárás',
19
 
    'Using runtime: ': 'Használt runtime: ',
20
 
    'File: %f, size: %s, max file size: %m': 'Fájl: %f, méret: %s, maximális fájlméret: %m',
21
 
    'Upload element accepts only %d file(s) at a time. Extra files were stripped.': 'A feltöltés egyszerre csak %d fájlt fogad el, a többi fájl nem lesz feltöltve.',
22
 
    'Upload URL might be wrong or doesn\'t exist': 'A megadott URL hibás vagy nem létezik',
23
 
    'Error: File too large: ': 'Hiba: A fájl túl nagy: ',
24
 
    'Error: Invalid file extension: ': 'Hiba: Érvénytelen fájlkiterjesztés: ',
25
 
    'File extension error.': 'Hibás fájlkiterjesztés.',
26
 
    'File size error.': 'Hibás fájlméret.',
27
 
    'File count error.': 'A fájlok számával kapcsolatos hiba.',
28
 
    'Init error.': 'Init hiba.',
29
 
    'HTTP Error.': 'HTTP hiba.',
30
 
    'Security error.': 'Biztonsági hiba.',
31
 
    'Generic error.': 'Általános hiba.',
32
 
    'IO error.': 'I/O hiba.'
33
 
});