summaryrefslogtreecommitdiff
path: root/locale/cz/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/cz/pw')
-rwxr-xr-xlocale/cz/pw14
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/cz/pw b/locale/cz/pw
new file mode 100755
index 00000000..680ba7b5
--- /dev/null
+++ b/locale/cz/pw
@@ -0,0 +1,14 @@
+$self{charset} = 'ISO-8859-2';
+
+$self{texts} = {
+ 'Continue' => 'Pokračování',
+ 'Password' => 'Heslo',
+};
+
+$self{subs} = {
+ 'getpassword' => 'getpassword',
+ 'pokračování' => 'continue',
+};
+
+1;
+