diff options
Diffstat (limited to 'sql-ledger/locale/es_iso/pw')
| -rw-r--r-- | sql-ledger/locale/es_iso/pw | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/sql-ledger/locale/es_iso/pw b/sql-ledger/locale/es_iso/pw new file mode 100644 index 000000000..6ce7c48df --- /dev/null +++ b/sql-ledger/locale/es_iso/pw @@ -0,0 +1,11 @@ +$self{texts} = { +  'Continue'                    => 'Continuar', +  'Password'                    => 'Contraseņa', +}; + +$self{subs} = { +  'getpassword'                 => 'getpassword', +  'continuar'                   => 'continue', +}; + +1;  | 
