summaryrefslogtreecommitdiff
path: root/locale/eg_utf/pw
diff options
context:
space:
mode:
Diffstat (limited to 'locale/eg_utf/pw')
-rwxr-xr-xlocale/eg_utf/pw14
1 files changed, 14 insertions, 0 deletions
diff --git a/locale/eg_utf/pw b/locale/eg_utf/pw
new file mode 100755
index 00000000..89d1cdab
--- /dev/null
+++ b/locale/eg_utf/pw
@@ -0,0 +1,14 @@
+$self{charset} = 'UTF-8';
+
+$self{texts} = {
+ 'Continue' => 'تابع',
+ 'Password' => 'كلمة السر',
+};
+
+$self{subs} = {
+ 'getpassword' => 'getpassword',
+ 'تابع' => 'continue',
+};
+
+1;
+