X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=sql-ledger%2Fold%2Fsql-ledger%2Flocale%2Fcz%2Farap;fp=sql-ledger%2Fold%2Fsql-ledger%2Flocale%2Fcz%2Farap;h=3db4284d57c47a8280a767cea89638c455c0282e;hb=52072fcd26f2faf57923f598c358e7f47c4e2643;hp=0000000000000000000000000000000000000000;hpb=f6c9088e16c4c083174dd1130ae58d213923cdef;p=freeside.git diff --git a/sql-ledger/old/sql-ledger/locale/cz/arap b/sql-ledger/old/sql-ledger/locale/cz/arap new file mode 100644 index 000000000..3db4284d5 --- /dev/null +++ b/sql-ledger/old/sql-ledger/locale/cz/arap @@ -0,0 +1,30 @@ +$self{texts} = { + 'Address' => 'Adresa', + 'Continue' => 'Pokraèování', + 'Customer not on file!' => 'Customer not on file!', + 'Description' => 'Popis', + 'Number' => 'Èíslo', + 'Project not on file!' => 'Project not on file!', + 'Select from one of the names below' => 'Select from one of the names below', + 'Select from one of the projects below' => 'Select from one of the projects below', + 'Vendor not on file!' => 'Vendor not on file!', +}; + +$self{subs} = { + 'add_transaction' => 'add_transaction', + 'ap_transaction' => 'ap_transaction', + 'ar_transaction' => 'ar_transaction', + 'check_name' => 'check_name', + 'check_project' => 'check_project', + 'continue' => 'continue', + 'gl_transaction' => 'gl_transaction', + 'name_selected' => 'name_selected', + 'project_selected' => 'project_selected', + 'purchase_invoice' => 'purchase_invoice', + 'sales_invoice' => 'sales_invoice', + 'select_name' => 'select_name', + 'select_project' => 'select_project', + 'pokraèování' => 'continue', +}; + +1;