diff options
Diffstat (limited to 'sql-ledger/locale/en_GB/pw')
-rw-r--r-- | sql-ledger/locale/en_GB/pw | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql-ledger/locale/en_GB/pw b/sql-ledger/locale/en_GB/pw new file mode 100644 index 000000000..4a0b2b55b --- /dev/null +++ b/sql-ledger/locale/en_GB/pw @@ -0,0 +1,9 @@ +$self{texts} = { +}; + +$self{subs} = { + 'getpassword' => 'getpassword', + 'continue' => 'continue', +}; + +1; |