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/sv/rc |
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/sv/rc')
-rwxr-xr-x | locale/sv/rc | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/locale/sv/rc b/locale/sv/rc new file mode 100755 index 00000000..2038c041 --- /dev/null +++ b/locale/sv/rc @@ -0,0 +1,73 @@ +$self{texts} = { + 'Account' => 'Cuenta', + 'Accounting Menu' => 'Menú de Contabilidad', + 'Apr' => 'Abr', + 'April' => 'Abril', + 'Aug' => 'Ago', + 'August' => 'Agosto', + 'Balance' => 'Balance', + 'Beginning Balance' => 'Inicio de balance', + 'Continue' => 'Continuar', + 'Credit' => 'Crédito', + 'Current' => 'Actual', + 'Date' => 'Fecha', + 'Debit' => 'Débito', + 'Dec' => 'Dic', + 'December' => 'Diciembre', + 'Description' => 'Descripción', + 'Detail' => 'Detalle', + 'Difference' => 'Diferencia', + 'Done' => 'Listo', + 'Feb' => 'Feb', + 'February' => 'Febrero', + 'From' => 'Desde', + 'Include Exchange Rate Difference' => 'Incluya diferencia de tasa de cambio', + 'Jan' => 'Ene', + 'January' => 'Enero', + 'Jul' => 'Jul', + 'July' => 'Julio', + 'Jun' => 'Jun', + 'June' => 'Junio', + 'Mar' => 'Mar', + 'March' => 'Marzo', + 'May' => 'May', + 'May ' => 'Mayo', + 'Nov' => 'Nov', + 'November' => 'Noviembre', + 'Oct' => 'Oct', + 'October' => 'Octubre', + 'Out of balance!' => 'Fuera de balance!', + 'Outstanding' => 'Extraordinario', + 'R' => 'R', + 'Reconciliation' => 'Conciliación', + 'Select all' => 'Seleccione todos', + 'Sep' => 'Sep', + 'September' => 'Septiembre', + 'Source' => 'Fuente', + 'Statement Balance' => 'Balance Estado de Cuenta', + 'Summary' => 'Resumen', + 'To' => 'Hasta ', + 'Update' => 'Actualizar', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'display_form' => 'display_form', + 'done' => 'done', + 'get_payments' => 'get_payments', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'update' => 'update', + 'continuar' => 'continue', + 'listo' => 'done', + 'seleccione_todos' => 'select_all', + 'actualizar' => 'update', +}; + +1; + |