Hungarian translation
This commit is contained in:
parent
3208ab0fd1
commit
3010d014b4
5 changed files with 1009 additions and 1041 deletions
BIN
airtime_mvc/locale/hu_HU/LC_MESSAGES/airtime.mo
Normal file
BIN
airtime_mvc/locale/hu_HU/LC_MESSAGES/airtime.mo
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
19
airtime_mvc/public/js/datatables/i18n/hu_HU.txt
Normal file
19
airtime_mvc/public/js/datatables/i18n/hu_HU.txt
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
//Hungarian
|
||||||
|
|
||||||
|
{
|
||||||
|
"sProcessing": "Feldolgozás...",
|
||||||
|
"sLengthMenu": "_MENU_ találat oldalanként",
|
||||||
|
"sZeroRecords": "Nincs a keresésnek megfelelő találat",
|
||||||
|
"sInfo": "Találatok: _START_ - _END_ Összesen: _TOTAL_",
|
||||||
|
"sInfoEmpty": "Nulla találat",
|
||||||
|
"sInfoFiltered": "(_MAX_ összes rekord közül szűrve)",
|
||||||
|
"sInfoPostFix": "",
|
||||||
|
"sSearch": "",
|
||||||
|
"sUrl": "",
|
||||||
|
"oPaginate": {
|
||||||
|
"sFirst": "Első",
|
||||||
|
"sPrevious": "Előző",
|
||||||
|
"sNext": "Következő",
|
||||||
|
"sLast": "Utolsó"
|
||||||
|
}
|
||||||
|
}
|
27
airtime_mvc/public/js/plupload/i18n/hu_HU.js
Normal file
27
airtime_mvc/public/js/plupload/i18n/hu_HU.js
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
//Hungarian
|
||||||
|
plupload.addI18n({
|
||||||
|
'Select files' : $.i18n._('Select files'),
|
||||||
|
'Add files to the upload queue and click the start button.' : $.i18n._('Add files to the upload queue and click the start button.'),
|
||||||
|
'Filename' : $.i18n._('Filename'),
|
||||||
|
'Status' : $.i18n._('Status'),
|
||||||
|
'Size' : $.i18n._('Size'),
|
||||||
|
'Add files' : $.i18n._('Add files'),
|
||||||
|
'Stop current upload' : $.i18n._('Stop current upload'),
|
||||||
|
'Start uploading queue' : $.i18n._('Start uploading queue'),
|
||||||
|
'Uploaded %d/%d files': $.i18n._('Uploaded %d/%d files'),
|
||||||
|
'N/A' : $.i18n._('N/A'),
|
||||||
|
'Drag files here.' : $.i18n._('Drag files here.'),
|
||||||
|
'File extension error.': $.i18n._('File extension error.'),
|
||||||
|
'File size error.': $.i18n._('File size error.'),
|
||||||
|
'Init error.': $.i18n._('Init error.'),
|
||||||
|
'HTTP Error.': $.i18n._('HTTP Error.'),
|
||||||
|
'Security error.': $.i18n._('Security error.'),
|
||||||
|
'Generic error.': $.i18n._('Generic error.'),
|
||||||
|
'IO error.': $.i18n._('IO error.'),
|
||||||
|
'Stop Upload': $.i18n._('Stop Upload'),
|
||||||
|
'Add Files': $.i18n._('Add Files'),
|
||||||
|
'Start Upload': $.i18n._('Start Upload'),
|
||||||
|
'Start upload': $.i18n._('Start upload'),
|
||||||
|
'%d files queued': $.i18n._('%d files queued'),
|
||||||
|
"Error: Invalid file extension: " : $.i18n._("Error: Invalid file extension: ")
|
||||||
|
});
|
|
@ -15,3 +15,5 @@ WHERE id IN (SELECT DISTINCT(file_id) FROM cc_playlistcontents);
|
||||||
UPDATE cc_files
|
UPDATE cc_files
|
||||||
SET is_playlist = true
|
SET is_playlist = true
|
||||||
WHERE id IN (SELECT DISTINCT(file_id) FROM cc_blockcontents);
|
WHERE id IN (SELECT DISTINCT(file_id) FROM cc_blockcontents);
|
||||||
|
|
||||||
|
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('hu_HU', 'hʌŋɡəri');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue