diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-01 01:16:38 +0000 |
commit | ac5b087ea2d9ba7428d367aaeb288534158fee9a (patch) | |
tree | 2dbe0bdea0b653a215ba9ddfdf627cb57855050d /locale/hu/bp |
Initial Import
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ledger-smb@1 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale/hu/bp')
-rwxr-xr-x | locale/hu/bp | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/locale/hu/bp b/locale/hu/bp new file mode 100755 index 00000000..f4f0c75a --- /dev/null +++ b/locale/hu/bp @@ -0,0 +1,71 @@ +$self{charset} = 'ISO-8859-2'; + +$self{texts} = { + 'Account' => 'Sz�mla', + 'Accounting Menu' => 'Men�', + 'Are you sure you want to remove the marked entries from the queue?' => 'Biztos, hogy ki akarja t�r�lni a megjel�lt sorokat?', + 'Bin Lists' => 'Polc Lista', + 'Cannot remove files!' => 'Nem lehet a f�jlt kit�r�lni!', + 'Confirm!' => 'Meger�s�t�s:', + 'Continue' => 'Folytat�s', + 'Current' => '0-30', + 'Customer' => 'Vev�', + 'Date' => 'D�tum', + 'Employee' => 'Alkalmazott', + 'From' => 'Mikort�l:', + 'ID' => 'Azonos�t�', + 'Invoice' => 'Sz�mla', + 'Invoice Number' => 'Sz�mlasz�m', + 'Marked entries printed!' => 'Megjel�lt sorok kinyomtatva!', + 'Month' => 'H�nap', + 'Order' => 'Rendel�s', + 'Order Number' => 'Rendel�s sz�ma', + 'Packing Lists' => 'Csomagol�s lista', + 'Period' => 'Id�szak', + 'Pick Lists' => 'Kiszed�s lista', + 'Print' => 'Nyomtat�s', + 'Printing' => 'Nyomtat�s', + 'Purchase Orders' => 'Beszerz�si rendel�sek', + 'Quarter' => 'Negyed�v', + 'Quotation' => 'Aj�nlat', + 'Quotation Number' => 'Aj�nlat sz�m', + 'Quotations' => 'Aj�nlatok', + 'RFQs' => 'Aj�nlat k�r�sek', + 'Remove' => 'Kit�rl�s', + 'Removed spoolfiles!' => 'A sorban �ll� f�jlok kit�r�lve!', + 'Removing marked entries from queue ...' => 'Kivessz�k a megjel�lt sorokat', + 'Sales Invoices' => 'Vev� Sz�mla', + 'Sales Orders' => 'Vev�rendel�sek', + 'Select all' => 'Mindent kijel�l', + 'Spoolfile' => 'Sorban �ll� f�jlok', + 'Time Cards' => 'Id� K�rty�k', + 'To' => 'Meddig:', + 'Vendor' => 'Sz�ll�t�', + 'Work Orders' => 'Gy�rt�si Rendel�s', + 'Year' => '�v', + 'Yes' => 'Igen', + 'done' => 'elv�gezve', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'list_spool' => 'list_spool', + 'menubar' => 'menubar', + 'print' => 'print', + 'remove' => 'remove', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'yes' => 'yes', + 'folytat�s' => 'continue', + 'nyomtat�s' => 'print', + 'kit�rl�s' => 'remove', + 'mindent_kijel�l' => 'select_all', + 'igen' => 'yes', +}; + +1; + |