From f51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Fri, 8 Mar 2019 21:20:34 +0100 Subject: további rendrakás --- .../www/lang/de_DE/backend/ldap/attrs.php | 58 +++++++++++++++ .../www/lang/de_DE/module-auth/login.php | 5 ++ .../de_DE/module-password/changeMyPassword.php | 7 ++ .../lang/de_DE/module-password/changePassword.php | 7 ++ .../www/lang/de_DE/module-session/accountInfo.php | 3 + .../lang/de_DE/module-session/createAccount.php | 7 ++ .../www/lang/de_DE/module-session/createGroup.php | 6 ++ .../www/lang/de_DE/module-session/download.php | 7 ++ .../www/lang/de_DE/module-session/groupInfo.php | 4 ++ .../de_DE/module-session/search/searchAccount.php | 19 +++++ .../de_DE/module-session/search/searchGroup.php | 19 +++++ .../www/lang/de_DE/share/session/attrs.php | 17 +++++ .../www/lang/en_US/backend/ldap/attrs.php | 58 +++++++++++++++ mayor-orig/mayor-base/www/lang/en_US/base/base.php | 18 +++++ .../mayor-base/www/lang/en_US/date/names.php | 21 ++++++ .../www/lang/en_US/module-auth/login.php | 5 ++ .../en_US/module-password/changeMyPassword.php | 7 ++ .../lang/en_US/module-password/changePassword.php | 7 ++ .../www/lang/en_US/module-session/accountInfo.php | 3 + .../lang/en_US/module-session/createAccount.php | 7 ++ .../www/lang/en_US/module-session/createGroup.php | 6 ++ .../www/lang/en_US/module-session/download.php | 7 ++ .../www/lang/en_US/module-session/groupInfo.php | 4 ++ .../en_US/module-session/search/searchAccount.php | 19 +++++ .../en_US/module-session/search/searchGroup.php | 19 +++++ .../www/lang/en_US/share/session/attrs.php | 17 +++++ .../www/lang/hu_HU/backend/ads/attrs.php | 82 ++++++++++++++++++++++ .../www/lang/hu_HU/backend/ldap/attrs.php | 66 +++++++++++++++++ .../www/lang/hu_HU/backend/ldapng/attrs.php | 63 +++++++++++++++++ .../www/lang/hu_HU/backend/mysql/attrs.php | 22 ++++++ mayor-orig/mayor-base/www/lang/hu_HU/base/base.php | 51 ++++++++++++++ .../mayor-base/www/lang/hu_HU/date/names.php | 29 ++++++++ .../www/lang/hu_HU/module-auth/forgotten.php | 24 +++++++ .../www/lang/hu_HU/module-auth/login.php | 19 +++++ .../hu_HU/module-password/changeMyPassword.php | 16 +++++ .../lang/hu_HU/module-password/changePassword.php | 16 +++++ .../lang/hu_HU/module-password/resetPassword.php | 17 +++++ .../www/lang/hu_HU/module-session/accountInfo.php | 10 +++ .../lang/hu_HU/module-session/admin/knownNodes.php | 16 +++++ .../hu_HU/module-session/admin/registration.php | 38 ++++++++++ .../lang/hu_HU/module-session/createAccount.php | 15 ++++ .../www/lang/hu_HU/module-session/createGroup.php | 13 ++++ .../www/lang/hu_HU/module-session/download.php | 9 +++ .../www/lang/hu_HU/module-session/groupInfo.php | 10 +++ .../hu_HU/module-session/search/searchAccount.php | 28 ++++++++ .../hu_HU/module-session/search/searchGroup.php | 28 ++++++++ .../www/lang/hu_HU/module-session/sessionAdmin.php | 13 ++++ .../www/lang/hu_HU/share/session/attrs.php | 24 +++++++ .../mayor-base/www/lang/jp_JP/date/names.php | 21 ++++++ .../www/lang/jp_JP/module-auth/login.php | 5 ++ .../jp_JP/module-password/changeMyPassword.php | 7 ++ .../lang/jp_JP/module-password/changePassword.php | 7 ++ .../www/lang/jp_JP/module-session/accountInfo.php | 3 + .../www/lang/jp_JP/share/session/attrs.php | 17 +++++ 54 files changed, 1026 insertions(+) create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/backend/ldap/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-auth/login.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-password/changeMyPassword.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-password/changePassword.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/accountInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/createAccount.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/createGroup.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/download.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/groupInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchAccount.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchGroup.php create mode 100644 mayor-orig/mayor-base/www/lang/de_DE/share/session/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/backend/ldap/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/base/base.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/date/names.php create mode 100755 mayor-orig/mayor-base/www/lang/en_US/module-auth/login.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-password/changeMyPassword.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-password/changePassword.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/accountInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/createAccount.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/createGroup.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/download.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/groupInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchAccount.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchGroup.php create mode 100644 mayor-orig/mayor-base/www/lang/en_US/share/session/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/backend/ads/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/backend/ldap/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/backend/ldapng/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/backend/mysql/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/base/base.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/date/names.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-auth/forgotten.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-auth/login.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-password/changeMyPassword.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-password/changePassword.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-password/resetPassword.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/accountInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/knownNodes.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/registration.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/createAccount.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/createGroup.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/download.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/groupInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchAccount.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchGroup.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/module-session/sessionAdmin.php create mode 100644 mayor-orig/mayor-base/www/lang/hu_HU/share/session/attrs.php create mode 100644 mayor-orig/mayor-base/www/lang/jp_JP/date/names.php create mode 100644 mayor-orig/mayor-base/www/lang/jp_JP/module-auth/login.php create mode 100644 mayor-orig/mayor-base/www/lang/jp_JP/module-password/changeMyPassword.php create mode 100644 mayor-orig/mayor-base/www/lang/jp_JP/module-password/changePassword.php create mode 100644 mayor-orig/mayor-base/www/lang/jp_JP/module-session/accountInfo.php create mode 100644 mayor-orig/mayor-base/www/lang/jp_JP/share/session/attrs.php (limited to 'mayor-orig/mayor-base/www/lang') diff --git a/mayor-orig/mayor-base/www/lang/de_DE/backend/ldap/attrs.php b/mayor-orig/mayor-base/www/lang/de_DE/backend/ldap/attrs.php new file mode 100644 index 00000000..9cf8b4ab --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/backend/ldap/attrs.php @@ -0,0 +1,58 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-auth/login.php b/mayor-orig/mayor-base/www/lang/de_DE/module-auth/login.php new file mode 100644 index 00000000..8f53602c --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-auth/login.php @@ -0,0 +1,5 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-password/changeMyPassword.php b/mayor-orig/mayor-base/www/lang/de_DE/module-password/changeMyPassword.php new file mode 100644 index 00000000..3b62b858 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-password/changeMyPassword.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-password/changePassword.php b/mayor-orig/mayor-base/www/lang/de_DE/module-password/changePassword.php new file mode 100644 index 00000000..c959a76c --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-password/changePassword.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/accountInfo.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/accountInfo.php new file mode 100644 index 00000000..18a3b218 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/accountInfo.php @@ -0,0 +1,3 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/createAccount.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/createAccount.php new file mode 100644 index 00000000..e16abbd3 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/createAccount.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/createGroup.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/createGroup.php new file mode 100644 index 00000000..1e471031 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/createGroup.php @@ -0,0 +1,6 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/download.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/download.php new file mode 100644 index 00000000..8c669bd2 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/download.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/groupInfo.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/groupInfo.php new file mode 100644 index 00000000..87f8eed9 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/groupInfo.php @@ -0,0 +1,4 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchAccount.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchAccount.php new file mode 100644 index 00000000..d9b4b4ec --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchAccount.php @@ -0,0 +1,19 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchGroup.php b/mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchGroup.php new file mode 100644 index 00000000..ec220985 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/module-session/search/searchGroup.php @@ -0,0 +1,19 @@ + diff --git a/mayor-orig/mayor-base/www/lang/de_DE/share/session/attrs.php b/mayor-orig/mayor-base/www/lang/de_DE/share/session/attrs.php new file mode 100644 index 00000000..a5a445f0 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/de_DE/share/session/attrs.php @@ -0,0 +1,17 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/backend/ldap/attrs.php b/mayor-orig/mayor-base/www/lang/en_US/backend/ldap/attrs.php new file mode 100644 index 00000000..438014b6 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/backend/ldap/attrs.php @@ -0,0 +1,58 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/base/base.php b/mayor-orig/mayor-base/www/lang/en_US/base/base.php new file mode 100644 index 00000000..84af512a --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/base/base.php @@ -0,0 +1,18 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/date/names.php b/mayor-orig/mayor-base/www/lang/en_US/date/names.php new file mode 100644 index 00000000..ab668efd --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/date/names.php @@ -0,0 +1,21 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-auth/login.php b/mayor-orig/mayor-base/www/lang/en_US/module-auth/login.php new file mode 100755 index 00000000..f161da3f --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-auth/login.php @@ -0,0 +1,5 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-password/changeMyPassword.php b/mayor-orig/mayor-base/www/lang/en_US/module-password/changeMyPassword.php new file mode 100644 index 00000000..002770ac --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-password/changeMyPassword.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-password/changePassword.php b/mayor-orig/mayor-base/www/lang/en_US/module-password/changePassword.php new file mode 100644 index 00000000..efd3647f --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-password/changePassword.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/accountInfo.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/accountInfo.php new file mode 100644 index 00000000..18a3b218 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/accountInfo.php @@ -0,0 +1,3 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/createAccount.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/createAccount.php new file mode 100644 index 00000000..c3cd100c --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/createAccount.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/createGroup.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/createGroup.php new file mode 100644 index 00000000..534f0262 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/createGroup.php @@ -0,0 +1,6 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/download.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/download.php new file mode 100644 index 00000000..ee2b8d2a --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/download.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/groupInfo.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/groupInfo.php new file mode 100644 index 00000000..f11fe9c6 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/groupInfo.php @@ -0,0 +1,4 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchAccount.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchAccount.php new file mode 100644 index 00000000..d2c999ea --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchAccount.php @@ -0,0 +1,19 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchGroup.php b/mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchGroup.php new file mode 100644 index 00000000..4335ed9b --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/module-session/search/searchGroup.php @@ -0,0 +1,19 @@ + diff --git a/mayor-orig/mayor-base/www/lang/en_US/share/session/attrs.php b/mayor-orig/mayor-base/www/lang/en_US/share/session/attrs.php new file mode 100644 index 00000000..9c181f95 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/en_US/share/session/attrs.php @@ -0,0 +1,17 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/backend/ads/attrs.php b/mayor-orig/mayor-base/www/lang/hu_HU/backend/ads/attrs.php new file mode 100644 index 00000000..215e1420 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/backend/ads/attrs.php @@ -0,0 +1,82 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/backend/ldap/attrs.php b/mayor-orig/mayor-base/www/lang/hu_HU/backend/ldap/attrs.php new file mode 100644 index 00000000..1c842fff --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/backend/ldap/attrs.php @@ -0,0 +1,66 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/backend/ldapng/attrs.php b/mayor-orig/mayor-base/www/lang/hu_HU/backend/ldapng/attrs.php new file mode 100644 index 00000000..980f84ac --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/backend/ldapng/attrs.php @@ -0,0 +1,63 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/backend/mysql/attrs.php b/mayor-orig/mayor-base/www/lang/hu_HU/backend/mysql/attrs.php new file mode 100644 index 00000000..2c07a983 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/backend/mysql/attrs.php @@ -0,0 +1,22 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/base/base.php b/mayor-orig/mayor-base/www/lang/hu_HU/base/base.php new file mode 100644 index 00000000..7396952b --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/base/base.php @@ -0,0 +1,51 @@ +MaYoR - 2002-2019 © GPL'); + +define('_TANAR','tanár'); +define('_DIAK','diák'); +define('_TITKARSAG','titkárság'); +define('_GAZDASAGI','gazdasági'); +define('_EGYEB','egyéb'); + +define('_ERROR','Hiba'); +define('_INFORMATION','Információ'); + +define('_CONTROL_FLAG_REQUIRED','A bejelentkezés kötelező.'); +define('_CONTROL_FLAG_OPTIONAL','A bejelentkezés nem kötelező.'); + +define('_PRIVATE_PASSWORD','Jelszó'); +define('_PARENT_PASSWORD','Szülői jelszó'); +define('_PUBLIC_PASSWORD','Külső jelszó'); +define('_MAYOR_DESC','MaYoR'); + +define('_HELP','Súgó'); +define('_LOGOUT','Kilépés'); +define('_PASSWORD','Jelszó'); +define('_LOGIN_ALL_AUTH_LEVEL','Minden authentikációs szinten'); +define('_PRIVATE_LOGIN','Privát bejelentkezés'); +define('_PARENT_LOGIN','Szülői bejelentkezés'); +define('_PUBLIC_LOGIN','Külsős bejelentkezés'); +define('_LOGIN','Bejelentkezés'); +define('_SEARCH','Keresés'); +define('_SWITCH_TO_CLASSIC_SKIN','Alapértelmezett skinre váltás'); + +define('_ICON_SEARCH','Keresés...'); +define('_ICON_SWAPNAV','Navigációs menüsáv változtatás'); +define('_ICON_VAKBARAT','Vakbarát nézet (ctrl-shift-V)'); +define('_ICON_OLDSCHOOL','Oldschool/Classic skin váltás'); + +define('_HOME','Kezdőlap'); + +define('_FACEBOOK_CONNECT','facebook'); + +define('_CLOSE','bezár'); +?> diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/date/names.php b/mayor-orig/mayor-base/www/lang/hu_HU/date/names.php new file mode 100644 index 00000000..093d70de --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/date/names.php @@ -0,0 +1,29 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-auth/forgotten.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-auth/forgotten.php new file mode 100644 index 00000000..26e1d838 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-auth/forgotten.php @@ -0,0 +1,24 @@ + \ No newline at end of file diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-auth/login.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-auth/login.php new file mode 100644 index 00000000..69b92895 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-auth/login.php @@ -0,0 +1,19 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-password/changeMyPassword.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-password/changeMyPassword.php new file mode 100644 index 00000000..77d7e77d --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-password/changeMyPassword.php @@ -0,0 +1,16 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-password/changePassword.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-password/changePassword.php new file mode 100644 index 00000000..9c56a329 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-password/changePassword.php @@ -0,0 +1,16 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-password/resetPassword.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-password/resetPassword.php new file mode 100644 index 00000000..73246c70 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-password/resetPassword.php @@ -0,0 +1,17 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/accountInfo.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/accountInfo.php new file mode 100644 index 00000000..4c2fd76b --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/accountInfo.php @@ -0,0 +1,10 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/knownNodes.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/knownNodes.php new file mode 100644 index 00000000..72288186 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/knownNodes.php @@ -0,0 +1,16 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/registration.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/registration.php new file mode 100644 index 00000000..d0d7f182 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/admin/registration.php @@ -0,0 +1,38 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/createAccount.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/createAccount.php new file mode 100644 index 00000000..78df2d19 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/createAccount.php @@ -0,0 +1,15 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/createGroup.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/createGroup.php new file mode 100644 index 00000000..80317055 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/createGroup.php @@ -0,0 +1,13 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/download.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/download.php new file mode 100644 index 00000000..332bbf77 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/download.php @@ -0,0 +1,9 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/groupInfo.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/groupInfo.php new file mode 100644 index 00000000..0a406621 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/groupInfo.php @@ -0,0 +1,10 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchAccount.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchAccount.php new file mode 100644 index 00000000..0a7888ed --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchAccount.php @@ -0,0 +1,28 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchGroup.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchGroup.php new file mode 100644 index 00000000..5e10b357 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/search/searchGroup.php @@ -0,0 +1,28 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/module-session/sessionAdmin.php b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/sessionAdmin.php new file mode 100644 index 00000000..6ce18c09 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/module-session/sessionAdmin.php @@ -0,0 +1,13 @@ + diff --git a/mayor-orig/mayor-base/www/lang/hu_HU/share/session/attrs.php b/mayor-orig/mayor-base/www/lang/hu_HU/share/session/attrs.php new file mode 100644 index 00000000..6b66965e --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/hu_HU/share/session/attrs.php @@ -0,0 +1,24 @@ + diff --git a/mayor-orig/mayor-base/www/lang/jp_JP/date/names.php b/mayor-orig/mayor-base/www/lang/jp_JP/date/names.php new file mode 100644 index 00000000..21297df0 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/jp_JP/date/names.php @@ -0,0 +1,21 @@ + diff --git a/mayor-orig/mayor-base/www/lang/jp_JP/module-auth/login.php b/mayor-orig/mayor-base/www/lang/jp_JP/module-auth/login.php new file mode 100644 index 00000000..0d373e63 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/jp_JP/module-auth/login.php @@ -0,0 +1,5 @@ + diff --git a/mayor-orig/mayor-base/www/lang/jp_JP/module-password/changeMyPassword.php b/mayor-orig/mayor-base/www/lang/jp_JP/module-password/changeMyPassword.php new file mode 100644 index 00000000..d04443ff --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/jp_JP/module-password/changeMyPassword.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/jp_JP/module-password/changePassword.php b/mayor-orig/mayor-base/www/lang/jp_JP/module-password/changePassword.php new file mode 100644 index 00000000..24623580 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/jp_JP/module-password/changePassword.php @@ -0,0 +1,7 @@ + diff --git a/mayor-orig/mayor-base/www/lang/jp_JP/module-session/accountInfo.php b/mayor-orig/mayor-base/www/lang/jp_JP/module-session/accountInfo.php new file mode 100644 index 00000000..78277cc2 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/jp_JP/module-session/accountInfo.php @@ -0,0 +1,3 @@ + diff --git a/mayor-orig/mayor-base/www/lang/jp_JP/share/session/attrs.php b/mayor-orig/mayor-base/www/lang/jp_JP/share/session/attrs.php new file mode 100644 index 00000000..e21a6218 --- /dev/null +++ b/mayor-orig/mayor-base/www/lang/jp_JP/share/session/attrs.php @@ -0,0 +1,17 @@ + -- cgit v1.2.3