diff options
Diffstat (limited to 'mayor-orig/mayor-locales-jp_JP/www/lang')
62 files changed, 746 insertions, 0 deletions
diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/backend/ldap/attrs.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/backend/ldap/attrs.php new file mode 100644 index 00000000..3685114e --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/backend/ldap/attrs.php @@ -0,0 +1,59 @@ +<?php + define('_LDAP_USERACCOUNT','ユーザーアカウント'); + define('_LDAP_USERCN','名前'); + define('_YEAR','年'); + define('_MONTH','月'); + define('_DAY','日'); + define('_FIU','男性'); + define('_LANY','女性'); + define('_LDAPDN','LDAP Dn'); + define('_LDAPUID','LDAP ID'); + define('_LDAPUIDNUMBER','LDAP ユーザの ID 番号'); + define('_LDAPGIDNUMBER','LDAP グループの ID 番号'); + define('_LDAPGECOS','LDAP Gecos'); + define('_LDAPCN','LDAP 氏名'); + define('_LDAPSTUDYID','LDAP 教育の ID'); + define('_LDAPSN','LDAP 姓'); + define('_LDAPGIVENNAME','LDAP 最初の名前'); + define('_LDAPMAIL','LDAP 電子メール'); + define('_LDAPHOMEPAGE','LDAP ホームページ'); + define('_LDAPURL','LDAP URL'); + define('_LDAPTELEPHONENUMBER','LDAP 電話番号'); + define('_LDAPMOBILE','LDAP 携帯電話番号'); + define('_LDAPYEAR','LDAP 年'); + define('_LDAPCLASS','LDAP クラス'); + define('_LDAPL','LDAP 市'); + define('_LDAPSTREET','LDAP ストリート'); + define('_LDAPPOSTALADDRESS','LDAP 住所'); + define('_LDAPPOSTALCODE','LDAP 郵便番号'); + define('_LDAPHOMEDIRECTORY','LDAP ホームディレクトリ'); + define('_LDAPLEADER','LDAP リーダー'); + define('_LDAPDESCRIPTION','LDAP 説明'); + define('_LDAPROOMNUMBER','LDAP 部屋番号'); + define('_LDAPREGISTERTIMESTAMP','LDAP 登録の日'); + define('_LDAPPRIMARYSCHOOLOMCODE','LDAP OM コード'); + define('_LDAPCLASSTIMESTAMP','LDAP class time'); + define('_LDAPSTUDENTCARDNUMBER','LDAP 学生のカード番号'); + define('_LDAPSTUDENTCARDTIMESTAMP','LDAP 学生のカードを公開'); + define('_LDAPTAXID',' LDAP 納税者番号'); + define('_LDAPBIRTHTIMESTAMP','LDAP 生年月日'); + define('_LDAPBIRTHLOCALITY','LDAP 市の誕生'); + define('_LDAPREGISTERNUMBER','LDAP 登録番号'); + define('_LDAPDIARYNUMBER','LDAP レジスタ番号'); + define('_LDAPSEX','LDAP 性別'); + define('_LDAPGUARDIANCN','LDAP ガーディアンの名前'); + define('_LDAPMOTHERCN','LDAP 母の名前'); + define('_LDAPLOCALITYTIMESTAMP','LDAP アドレスの日付'); + define('_LDAPTAJNUMBER','LDAP 社会保障番号'); + define('_LDAPMEMBER','LDAP メンバー'); + define('_LDAPSTUDENTMEMBER','LDAP 学生会員'); + define('_LDAPEXEMPTMEMBER','LDAP メンバーの免除'); + define('_LDAPEXAMERMEMBER','LDAP 受験'); + define('_LDAPMEMBERUID','LDAP メンバー ID'); + define('_LDAPSHADOWLASTCHANGE','LDAP SHADOW の影を変更する'); + define('_LDAPSHADOWEXPIRE','LDAP SHADOW 有効期限'); + define('_LDAPSHADOWWARNING','LDAP SHADOW の警告'); + define('_LDAPSHADOWMIN','LDAP SHADOW の最小時間'); + define('_LDAPSHADOWMAX','LDAP SHADOW の最大時間'); + define('_LDAPSHADOWINACTICE','LDAP SHADOW は非表示'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/backend/mysql/attrs.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/backend/mysql/attrs.php new file mode 100644 index 00000000..265a0162 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/backend/mysql/attrs.php @@ -0,0 +1,15 @@ +<?php + define('_MYSQLUID','ID 番号'); + define('_MYSQLPOLICY','許可'); + define('_MYSQLCN','ユーザー名'); + define('_MYSQLSTUDYID','学生 ID'); + define('_MYSQLMAIL','電子メール'); + define('_MYSQLTELEPHONENUMBER','電話'); + define('_MYSQLUSERPASSWORD','パスワード'); + define('_MYSQLSHADOWLASTCHANGE','最終変更'); + define('_MYSQLSHADOWEXPIRE','パスワードの有効期限が切れる'); + define('_MYSQLSHADOWWARNING','パスワードを警告'); + define('_MYSQLSHADOWMIN','最小時間'); + define('_MYSQLSHADOWMAX','最大時間'); + define('_MYSQLSHADOWINACTICE','非表示'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/base/base.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/base/base.php new file mode 100644 index 00000000..43384433 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/base/base.php @@ -0,0 +1,21 @@ +<?php + define('_MAIN_TITLE','MaYoR - 3.00'); + define('_MAIN_FOOTER','MaYoR © 2002-2007'); + define('_TANAR','先生'); + define('_DIAK','学生'); + define('_TITKARSAG','長官'); + define('_GAZDASAGI','金融庁'); + define('_EGYEB','その他'); + define('_ERROR','エラー'); + define('_INFORMATION','情報'); + define('_CONTROL_FLAG_REQUIRED','のログインが必要です。'); + define('_CONTROL_FLAG_OPTIONAL','ログインしてはオプションです。'); + define('_PRIVATE_PASSWORD','パスワード'); + define('_PARENT_PASSWORD','両親パスワード'); + define('_PUBLIC_PASSWORD','公共パスワード'); + define('_MAYOR_DESC',''); + define('_HELP','ヘルプ'); + define('_GREETING','MaYoR ログイン'); + define('_LOGIN','エントリ'); + define('_USERNAME','ユーザー名'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/date/names.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/date/names.php new file mode 100644 index 00000000..21297df0 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/date/names.php @@ -0,0 +1,21 @@ +<?php + define('_MONDAY','月曜日'); + define('_TUESDAY','火曜日'); + define('_WEDNESDAY','水曜日'); + define('_THURSDAY','木曜日'); + define('_FRIDAY','金曜日'); + define('_SATURDAY','土曜日'); + define('_SUNDAY','日曜日'); + define('_JANUARY','1月'); + define('_FEBRUARY','2月'); + define('_MARCH','3月'); + define('_APRIL','4月'); + define('_MAY','5月'); + define('_JUNE','6月'); + define('_JULY','7月'); + define('_AUGUSTUS','8月'); + define('_SEPTEMBER','9月'); + define('_OCTOBER','10月'); + define('_NOVEMBER','11月'); + define('_DECEMBER','12月'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-auth/login.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-auth/login.php new file mode 100644 index 00000000..0d373e63 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-auth/login.php @@ -0,0 +1,5 @@ +<?php + define('_GREETING','MaYoR ログイン'); + define('_LOGIN','エントリ'); + define('_USERNAME','ユーザー名'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-forum/base.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-forum/base.php new file mode 100644 index 00000000..8d1ddead --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-forum/base.php @@ -0,0 +1,8 @@ +<?php + define('_TEMA','トピック'); + define('_LAPOZO','ページ'); + define('_LASTUNAME','最後の投稿された'); + define('_DB','返信'); + define('_LASTDT','時'); + define('_OK','送信'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-honosito/text.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-honosito/text.php new file mode 100644 index 00000000..1ae2c22f --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-honosito/text.php @@ -0,0 +1,11 @@ +<?php + define('_SZOVEGEK_FORDITASA','テキスト翻訳'); + define('_KONSTANS','定数'); + define('_FORDITANDO','テキストを翻訳する'); + define('_FORDITAS','翻訳'); + define('_VISSZA','<< 背面'); + define('_NYELVVALASZTO','言語を選択'); + define('_FILE_LISTA','ファイルリスト'); + define('_VALASZTOTT_NYELV','選ばれた言語'); + define('_OK',''); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-keptar/keptar.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-keptar/keptar.php new file mode 100644 index 00000000..e93c6ee9 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-keptar/keptar.php @@ -0,0 +1,4 @@ +<?php + define('_TOVABB','次の'); + define('_VISSZA','背面'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/azonositok.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/azonositok.php new file mode 100644 index 00000000..d1f60c5b --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/azonositok.php @@ -0,0 +1,7 @@ +<?php + define('__PAGETITLE','新しいIDを作る'); + define('_NEV','名前'); + define('_AZONOSITO','ID'); + define('_JELSZO','初心者パスワード'); + define('_OID','教育の ID'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/csoportok.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/csoportok.php new file mode 100644 index 00000000..74d2cc59 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/csoportok.php @@ -0,0 +1,9 @@ +<?php + define('__PAGETITLE','管理グループ'); + define('_CSOPORT_MODOSITAS','修正グループ'); + define('_CSOPORT_TORLESE','グループを削除'); + define('_TOROL','削除'); + define('_UJ_CSOPORT','新しいグループを追加'); + define('_BIZTOS_E','ご希望してもよろしいですグループを削除するか?'); + define('_CSOPORT_NEVE','グループの名前'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/intezmenyek.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/intezmenyek.php new file mode 100644 index 00000000..90c13838 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/intezmenyek.php @@ -0,0 +1,12 @@ +<?php + define('_UJ_INTEZMENY','新しい研究所を追加'); + define('_INTEZMENY_MODOSITAS','研究所の細部を修正'); + define('_INTEZMENY_TORLES','削除研究所'); + define('_ALAPERTELMEZETT','デフォルト'); + define('_ADATBAZISOK_TORLESE','データベースの削除'); + define('_TORLES','削除'); + define('_OMKOD','OM の ID'); + define('_ROVIDNEV','ショート ID'); + define('_NEV','同研究所の名前'); + define('_OK','オ-ツコ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/tanevek.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/tanevek.php new file mode 100644 index 00000000..ff88b7f1 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/admin/tanevek.php @@ -0,0 +1,12 @@ +<?php + define('_UJ_TANEV','学校の年間の新規追加'); + define('_TANEV_JELE','学校のシンボル年(イヤーオブザスクール始動年) '); + define('_SZEMESZTER','学期'); + define('_TANEV_SZEMESZTEREI','年間の学校の学期'); + define('_TANEV_AKTIVALAS','年間オープンスクール'); + define('_AKTIVAL','オープン'); + define('_TANEV_LEZARAS','学校の年間閉じる'); + define('_LEZAR','閉じる'); + define('_TOROL','削除'); + define('_OK','分かったよ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/base.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/base.php new file mode 100644 index 00000000..925abaad --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/base.php @@ -0,0 +1,19 @@ +<?php + define('__MUNKAKOZOSSEGSELECTTITLE','部'); + define('__TARGYSELECTTITLE','件名'); + define('__INTEZMENYSELECTTITLE','学校'); + define('__TANEVSELECTTITLE','学年'); + define('__TABLESELECTTITLE','SQL の表'); + define('__OSZTALYSELECTTITLE','クラス'); + define('__TANARSELECTTITLE','先生'); + define('__DIAKSELECTTITLE','学生'); + define('__TANKORSELECTTITLE','研究会'); + define('__DATUMSELECTTITLE','日付'); + define('__DATUMTOLIGSELECTTITLE','日付'); + define('__ORASELECTTITLE','レッスン'); + define('__TEREMSELECTTITLE','部屋'); + define('__ORARENDIHETSELECTTITLE','週'); + define('_OK','オッコ'); + define('_DELETE','削除'); + define('_ORA','レッスン'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/bejegyzesek.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/bejegyzesek.php new file mode 100644 index 00000000..50ce2a0a --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/bejegyzesek.php @@ -0,0 +1,6 @@ +<?php + define('__PAGETITLE','エントリ'); + define('_UZENET','メッセージ'); + define('_TOROL','削除'); + define('_UJBEJEGYZES','新しいエントリ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/ujBejegyzes.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/ujBejegyzes.php new file mode 100644 index 00000000..9ddfe6bf --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/ujBejegyzes.php @@ -0,0 +1,7 @@ +<?php + define('__PAGETITLE','新しいエントリ'); + define('_UZENET','メッセージ'); + define('_ROGZIT','提出する'); + define('_MEGJEGYZES','コメント'); + define('_BEJEGYZESEK','エントリ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/uj_bejegyzes.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/uj_bejegyzes.php new file mode 100644 index 00000000..7299bbfc --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/bejegyzesek/uj_bejegyzes.php @@ -0,0 +1,15 @@ +<?php + define('_UJ_BEJEGYZES','新しいエントリ'); + define('_UZENET','メッセージ'); + define('_ROGZIT','提出する'); + define('_MEGJEGYZES','コメント'); + define('_TANKOR','研究会'); + define('_DATUM','日付'); + define('_TANAR','先生'); + define('_ORASZAM','レッスン数'); + define('_TANANYAG','素材'); + define('_IDOSZAK','期間'); + define('_HALADASI_NAPLO','進捗状況登録'); + define('_BEJELENTETT_DOLGOZAT','試験を発表しました'); + define('_BEJELENTVE','発表した。'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/diakValaszto.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/diakValaszto.php new file mode 100644 index 00000000..edc378c8 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/diakValaszto.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','学生セレクタ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/elmaradas.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/elmaradas.php new file mode 100644 index 00000000..eadd0a0f --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/elmaradas.php @@ -0,0 +1,4 @@ +<?php + define('_LEZART','クローズド'); + define('_BEIRANDO','登録される'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/elszamolas.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/elszamolas.php new file mode 100644 index 00000000..fae3f1bd --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/elszamolas.php @@ -0,0 +1,8 @@ +<?php + define('__PAGETITLE','ペイオフ'); + define('_HETI_ORASZAM','1週間あたりのレッスン数'); + define('_TIK','期間の教示'); + define('_TIK_TITLE','(数多くの特殊な勤務時間勤務+ ) * ( 1週間あたりのレッスン数/ 5 )'); + define('_TM','進捗状況統計'); + define('_TM_TITLE','すべての数を与えられた教訓'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/haladasi.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/haladasi.php new file mode 100644 index 00000000..baf81d5e --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/haladasi.php @@ -0,0 +1,19 @@ +<?php + define('__PAGETITLE','進捗状況登録'); + define('_DATUM','日付'); + define('_ORA','レッスン'); + define('_TANKOR','研究会'); + define('_TANAR','先生'); + define('_ORASZAM','レッスン数'); + define('_TANANYAG','素材'); + define('_IDOSZAK','任期'); + define('_HALADASI_NAPLO','進捗状況登録'); + define('_BEJELENTETT_DOLGOZAT','試験を発表しました'); + define('_BEJELENTVE','発表した'); + define('_MODOSIT','修正'); + define('_ROGZIT','保存'); + define('_NINCS_BEIRVA','登録ではない'); + define('_HIANYZOK','行方不明の生徒'); + define('_HET','週'); + define('_NINCS_ORAJA','発表していないため、この日のレッスン(まだ) 。'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/helyettesites.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/helyettesites.php new file mode 100644 index 00000000..6b543e68 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/helyettesites.php @@ -0,0 +1,18 @@ +<?php + define('_HELYETTESITES','置換'); + define('__PAGETITLE','置換'); + define('_DATUM_VALASZTAS','日付の選択'); + define('_HIANYZO_TANAROK','行方不明の教師'); + define('_ORA','レッスン'); + define('_VISSZAALLIT','復元する'); + define('_KEZI_BEALLITAS','マニュアル修正'); + define('_ORA_MOZGATAS','動きのレッスン'); + define('_MOZGATANDO','レッスンに動かさなければならない'); + define('_UJ_IDOPONT','新規公開'); + define('_CSERELENDO','レッスンに交換'); + define('_ORA_CSERE','レッスン交換'); + define('_CSERE_ATTEKINTES','交流の概要/動き'); + define('_MIT','引っ越しのレッスン'); + define('_HONNAN','から'); + define('_HOVA','を'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/osszevonas.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/osszevonas.php new file mode 100644 index 00000000..5da00744 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/osszevonas.php @@ -0,0 +1,12 @@ +<?php + define('_EREDET','ソース'); + define('_PLUSZ','プラスレッスン'); + define('_ORAREND','授業時間割'); + define('_ORA_FELVETELE','追加レッスン'); + define('_ORA_FELVETELE_CONFIRM','にしてもよろしいですか?'); + define('_ORAI','\'秒クラス'); + define('_OSZTALY','クラス'); + define('_ORA','レッスン'); + define('_TORLENDOK','この合併は、次のレッスンをしない原因に開催される'); + define('__PAGETITLE','マージ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/pluszora.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/pluszora.php new file mode 100644 index 00000000..7b0b56dd --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/pluszora.php @@ -0,0 +1,10 @@ +<?php + define('_EREDET','ソース'); + define('_PLUSZ','プラスレッスン'); + define('_ORAREND','授業時間割'); + define('_ORA_FELVETELE','追加レッスン'); + define('_ORAI','\'秒レッス'); + define('_OSZTALY','クラス'); + define('_ORA','レッスン'); + define('__PAGETITLE','プラスのレッスンを追加'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/stat.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/stat.php new file mode 100644 index 00000000..fccbc6cf --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/haladasi/stat.php @@ -0,0 +1,8 @@ +<?php + define('__PAGETITLE','進捗状況の統計情報を登録'); + define('_TANKORNEV','研究会'); + define('_MEGTARTOTT_ORASZAM','開かれた'); + define('_BECSULT_HATRALEVO_ORASZAM','推定残り'); + define('_BECSULT_OSSZES_ORASZAM','すべての推定'); + define('_TERVEZETT_ORASZAM','計画'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/diak.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/diak.php new file mode 100644 index 00000000..794a001c --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/diak.php @@ -0,0 +1,6 @@ +<?php + define('__PAGETITLE','毎月の欠席'); + define('_IGAZOLATLAN','公称不在'); + define('_MARNEMIGAZOLHATO','もはや折り紙付きの不在'); + define('_BEIRHATO','登録できる'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/nap.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/nap.php new file mode 100644 index 00000000..16536d62 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/nap.php @@ -0,0 +1,11 @@ +<?php + define('__PAGETITLE','学生の1日の欠席'); + define('_IGAZOLATLAN','公称'); + define('_TANKOR','研究会'); + define('_J',''); + define('_K',''); + define('_H',''); + define('_F',''); + define('_FM',''); + define('_IGAZOLT','公認'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/ora.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/ora.php new file mode 100644 index 00000000..a7670d74 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hianyzas/ora.php @@ -0,0 +1,12 @@ +<?php + define('__PAGETITLE','行方不明からクラス'); + define('_IGAZOLATLAN','公称'); + define('_ADOTT_NAP','1日'); + define('_NEV_OSZTALY','名前は、クラス'); + define('_J',''); + define('_K',''); + define('_H',''); + define('_F',''); + define('_FM',''); + define('_IGAZOLT','公認'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hibabejelento/admin.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hibabejelento/admin.php new file mode 100644 index 00000000..dbb26724 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hibabejelento/admin.php @@ -0,0 +1,8 @@ +<?php + define('__PAGETITLE','リクエストの処理'); + define('_LEZARAS','閉じる'); + define('_JOVAHAGYAS','正当化する'); + define('_MEGJEGYZES','コメント'); + define('_ESZREVETEL','備考/リクエスト'); + define('_SZOVEG','テキストのリクエスト...'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hibabejelento/hibabejelento.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hibabejelento/hibabejelento.php new file mode 100644 index 00000000..49923a74 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/hibabejelento/hibabejelento.php @@ -0,0 +1,5 @@ +<?php + define('__PAGETITLE','エラー報告'); + define('_ESZREVETEL','備考/リクエスト'); + define('_SZOVEG','テキストのリクエスト...'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/diak.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/diak.php new file mode 100644 index 00000000..eaf56bc2 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/diak.php @@ -0,0 +1,53 @@ +<?php + define('__PAGETITLE','ハンドルの学生'); + define('_LEZARAS','閉じる'); + define('_JOGVISZONY_VEGE','最後には、生徒のステータス'); + define('_JOGVISZONY_LEZARASA','学生のステータスを閉じる'); + define('_BIZTOS_LEZARJA','してもよろしいですしたい学生のステータスを閉じるためには、学生ですか?'); + define('_JOGVISZONY_MEGNYITASA','新たな学生のステータスを開く'); + define('_JOGVISZONY_KEZDETE','開始日は、生徒のステータス'); + define('_VEGZO_TANEV','年卒業(見込み)'); + define('_VEGZO_SZEMESZTER','卒業学期'); + define('_KEZDO_TANEV','学年の就学'); + define('_KEZDO_SZEMESZTER','学期の就学'); + define('_MEGNYITAS','オープン'); + define('_BIZTOS_MEGNYITJA','にしてもよろしいの法的な関係を再開したいですか? '); + define('_DIAK_TANULMANYI_ADATOK','詳細'); + define('_MAGANTANULOI_STATUS','私立の学生としてマーク'); + define('_MAGANTANULOI_STATUS_ELETBELEPESE','私立の学生のステータス初期化の日付'); + define('_BIZTOS_MAGANTANULO_LESZ','マークしてよろしいですが、この一つとして、民間の学生ですか? '); + define('_DIAK_OSZTALYA','クラス'); + define('_DIAK_ADATAI','学生の詳細'); + define('_DIAK_ALAPADATAI','学生の詳細(基本)'); + define('_DIAK_SZULETESI_ADATAI','出生の詳細'); + define('_DIAK_CIM_LAKHELY','レジデンス'); + define('_DIAK_CIM_TART','連絡先住所'); + define('_DIAK_ELERHETOSEG','在庫'); + define('_DIAK_SZULO','両親'); + define('_NEV','名前'); + define('_OID','教育の ID'); + define('_NEM','性別'); + define('_DIAKIGAZOLVANYSZAM','学生の身分証明書番号'); + define('_ALLAMPOLGARSAG','国籍'); + define('_TAJSZAM','TAJ 数'); + define('_SZULETESKORINEV','幼名'); + define('_SZULETESIHELY','出生地'); + define('_SZULETESIIDO','生年月日'); + define('_SZULETES',''); + define('_ORSZAG','国'); + define('_IRSZ','郵便番号'); + define('_HELYSEG','市'); + define('_KOZTERULETNEV','地区'); + define('_HAZSZAM','数'); + define('_EMELET','床'); + define('_AJTO','ドア'); + define('_EMAIL','電子メールアドレス'); + define('_TELEFON','電話'); + define('_MOBIL','携帯電話/携帯電話'); + define('_ANYA','母'); + define('_APA','父'); + define('_GONDVISELO','法的保護者'); + define('_EXPORT','輸出の詳細'); + define('_UJ_DIAK','新入生を追加'); + define('_TERVEZETT_KEZDO_TANEV','就学年(予想)'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/diakTankor.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/diakTankor.php new file mode 100644 index 00000000..bb4131ec --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/diakTankor.php @@ -0,0 +1,6 @@ +<?php + define('__PAGETITLE','学生の研究グループ'); + define('_OSZTALYTANKOROK','クラスの研究グループ'); + define('_DIAKTANKOROK','学生の研究グループ'); + define('_LEZART','クローズド/学校の年間計画'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/munkakozosseg.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/munkakozosseg.php new file mode 100644 index 00000000..add885e2 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/munkakozosseg.php @@ -0,0 +1,9 @@ +<?php + define('__PAGETITLE','部署'); + define('_MUNKAKOZOSSEGNEV','部署の名前'); + define('_TARGYNEV','件名の名前'); + define('_VEGLEGES_TORLES','永久削除'); + define('_MUNKAKOZOSSEGVEZETO','頭部'); + define('_MUNKAKOZOSSEGTAGOK','メンバーの部'); + define('_UJTAGOK','新規会員'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/osztaly.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/osztaly.php new file mode 100644 index 00000000..805f240d --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/osztaly.php @@ -0,0 +1,21 @@ +<?php + define('__PAGETITLE','管理クラス'); + define('_KEPZES','訓練'); + define('_KEZDOTANEV','1年のスタート'); + define('_VEGZOSTANEV','1年間の卒業式'); + define('_KEZDOEVFOLYAM','始動等級'); + define('_JEL','マークのクラス'); + define('_UJOSZTALY','新しいクラス'); + define('_FILESELECTTITLE','クラスのメンバーはリフレッシュ'); + define('_OSZTALY_ADATAI','クラスの詳細'); + define('_FIELDSELECTMESSAGE','新入生を追加するときは、記入して、始動する必要があります。仕上げ年とし、また、 2学期に入って、その日のクラス( beDt )ボックスをオンにします。'); + define('_OSZTALYFONOKOK','ヘッドの授業'); + define('_TANARNEVE','先生の名前'); + define('_BEDT','から'); + define('_KIDT','を'); + define('_TOROL','削除'); + define('_OSZTALY_TORLESE','クラスを削除する'); + define('_OSZTALY_TORLES_TITLE','願いを削除してもよろしいですクラスとそのすべての接続ですか?'); + define('_UJ_TAG','メンバーを追加'); + define('_OSZTALYNEVSOR','リスト'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tanar.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tanar.php new file mode 100644 index 00000000..23aed0e1 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tanar.php @@ -0,0 +1,18 @@ +<?php + define('__PAGETITLE','教師管理'); + define('_FILESELECTTITLE','リフレッシュ教員データ'); + define('_TANAR_ALAPADATAI',''); + define('_TANAR_SZULETESI_ADATAI','詳細を出産'); + define('_UJ_TANAR',''); + define('_TANAR_JOGVISZONYA',''); + define('_NEV','名前'); + define('_OID','学生 ID'); + define('_NEM','性別'); + define('_BEDT','から'); + define('_KIDT','まで'); + define('_SZULETESKORINEV',''); + define('_SZULETESIHELY','出生地'); + define('_SZULETESIIDO','生年月日'); + define('_BEDT','から'); + define('_KIDT','まで'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankor.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankor.php new file mode 100644 index 00000000..4c17e10c --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankor.php @@ -0,0 +1,24 @@ +<?php + define('__PAGETITLE','研究グループ'); + define('_MEGJELOLTIDOSZAKBANTANAR','先生は、期間'); + define('_TANKOR','研究会'); + define('_ELNEVEZES','名前'); + define('_TIPUS','タイプ'); + define('_VALASZTHATO','選択可能な'); + define('_IGEN','はい'); + define('_NEM','いいえ'); + define('_KOVETELMENY','要件'); + define('_JELENLET','プレゼンス'); + define('_JEGY','グレード'); + define('_ALAIRAS','署名'); + define('_KOTELEZO','必須'); + define('_NEMKOTELEZO','強制しない'); + define('_SZEMESZTEREK','学期'); + define('_SZEMESZTER','学期'); + define('_HETI_ORASZAM','1週間あたりのレッスン'); + define('_OSZTALYJELE','マークのクラス'); + define('_LEIRAS','説明'); + define('_VEGLEGES_TORLES','恒久的な公開'); + define('_RESZTVEVO_OSZTALYOK','授業に出席'); + define('_TANKORDIAK','研究グループのメンバーは'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorDiak.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorDiak.php new file mode 100644 index 00000000..1000756e --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorDiak.php @@ -0,0 +1,16 @@ +<?php + define('__PAGETITLE','学生たちの研究グループ'); + define('_DIAKOK','学生'); + define('_NEV','名前'); + define('_METTOL','から'); + define('_MEDDIG','まで'); + define('_JELEN','プレゼンス'); + define('_KOVETELMENY','要件'); + define('_JOVAHAGYVA','許可'); + define('_UJDIAK','学生の研究グループを新たに追加して(から/まで) '); + define('_BEDT','日付の取得で'); + define('_KIDT','日付から抜け出す'); + define('_TANKOR','研究グループの詳細'); + define('_BIZTOS_TANKORNEVSOR','願いを削除してもよろしいです(閉じる)のマークの生徒からの研究グループですか?'); + define('_BUTTON_OK','削除/変更'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorSzemeszter.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorSzemeszter.php new file mode 100644 index 00000000..90ccf4b2 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorSzemeszter.php @@ -0,0 +1,4 @@ +<?php + define('__PAGETITLE','研究グループの仕事を計画'); + define('_TANKOR','研究会'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorTanar.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorTanar.php new file mode 100644 index 00000000..2941a690 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/tankorTanar.php @@ -0,0 +1,6 @@ +<?php + define('__PAGETITLE','件名分布レッスン'); + define('_TANTARGYFELOSZTAS','件名分布レッスン'); + define('_TANKOR','研究会'); + define('_ORASZAM','レッスン数'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/valtas.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/valtas.php new file mode 100644 index 00000000..03c4cc9d --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/intezmeny/valtas.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','学校を変更する'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/naplo.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/naplo.php new file mode 100644 index 00000000..0bdb70f4 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/naplo.php @@ -0,0 +1,4 @@ +<?php + define('_MINDEN_BEIRVA','レッスンを管理していただきありがとうございます!'); + define('_BEIRATLAN_ORAK_SZAMA','unadministrated レッスン'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/osztalyozo/diak.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/osztalyozo/diak.php new file mode 100644 index 00000000..e40791b3 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/osztalyozo/diak.php @@ -0,0 +1,9 @@ +<?php + define('_TANULO_OSZTALYZATAI','学生の成績'); + define('__PAGETITLE','学生の成績'); + define('_TARGY','件名'); + define('_ATLAG','平均'); + define('_BIZONYITVANY','学校の報告書'); + define('_FELEVI','任期の半分'); + define('_EVVEGI','年度末'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/osztalyozo/jegy.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/osztalyozo/jegy.php new file mode 100644 index 00000000..55fe03ab --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/osztalyozo/jegy.php @@ -0,0 +1,13 @@ +<?php + define('__PAGETITLE','成績登録-等級を修正する'); + define('_JEGY_ADATAI','グレードの詳細は'); + define('_MEGJEGYZES','コメント'); + define('_MEGJ','コメント'); + define('_HOZZARENDELT_ORA','添付の教訓'); + define('_DOLGOZAT','テスト'); + define('_ORA','レッスン'); + define('_NINCS','なし'); + define('_ROGZIT','提出する'); + define('_TOROL','削除'); + define('_BIZTOSE','ご希望してもよろしいですグレードを削除するか?'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/diak.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/diak.php new file mode 100644 index 00000000..7a4daeee --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/diak.php @@ -0,0 +1,3 @@ +<?php + define('__FILENEV','ファイルの場所:'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/ertekeles.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/ertekeles.php new file mode 100644 index 00000000..626d2e76 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/ertekeles.php @@ -0,0 +1,18 @@ +<?php + define('_SZAKTANARI_DICSERET','件名先生の表彰'); + define('_OSZTALYFONOKI_DICSERET','先生のフォームを称賛'); + define('_IGAZGATOI_DICSERET','校長の推薦'); + define('_NEVELOTESTULETI_DICSERET','称賛のティーチングスタッフ'); + define('_SEMMI','界ません'); + define('_SZAKTANARI_FIGYELMEZTETES','件名先生の譴責'); + define('_SZOBELI_OSZTALYFONOKI_FIGYELMEZTETES','口頭による叱責フォームから教師'); + define('_OSZTALYFONOKI_FIGYELMEZTETES','フォームの最初の教師の叱責'); + define('_OSZTALYFONOKI_INTO','先生の2つ目のフォームを譴責'); + define('_OSZTALYFONOKI_ROVO','フォーム先生の第三譴責'); + define('_IGAZGATOI_FIGYELMEZTETO','校長の最初の叱責'); + define('_IGAZGATOI_INTO','2つ目の校長の叱責'); + define('_IGAZGATOI_ROVO','第三校長の叱責'); + define('_NEVELOTESTULETI_FIGYELMEZTETES','ティーチングスタッフの最初の叱責'); + define('_NEVELOTESTULETI_INTES','ティーチングスタッフの第2譴責'); + define('_NEVELOTESTULETI_MEGROVAS','ティーチングスタッフの第3叱責'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/file.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/file.php new file mode 100644 index 00000000..d6258855 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/file.php @@ -0,0 +1,22 @@ +<?php + define('_FILENEV','ファイルのパス'); + define('_VAN_ROVATFEJ','ヘッダが存在する'); + define('_ATTR_DIAKID','学生証'); + define('_ATTR_OID','教育の ID'); + define('_ATTR_IGAZOLVANYSZAM','学生証の ID'); + define('_ATTR_VNE','名のプレフィックス'); + define('_ATTR_VCSN','姓'); + define('_ATTR_VUN','最初の名前'); + define('_ATTR_SZNE','プレフィックス'); + define('_ATTR_SZCSN','出生姓'); + define('_ATTR_SZUN','生まれた最初の名前'); + define('_ATTR_ANE','母親の誕生接頭辞'); + define('_ATTR_ACSN','母親の旧姓'); + define('_ATTR_AUN','母親の名前を前面に'); + define('_ATTR_SZH','出生地'); + define('_ATTR_SZI','生年月日'); + define('_ATTR_KEZDO_TANEV','年始動'); + define('_ATTR_KEZDO_SZEMESZTER','学期始まる'); + define('_ATTR_VEGZO_TANEV','プロム年'); + define('_ATTR_VEGZO_SZEMESZTER','最終学期'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/hianyzas.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/hianyzas.php new file mode 100644 index 00000000..3a9e06a2 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/hianyzas.php @@ -0,0 +1,10 @@ +<?php + define('_ORVOSI','診断書'); + define('_SZULOI','親の証明書'); + define('_TANULMANYI_VERSENY','学校での競争'); + define('_NYELVVIZSGA','試験言語'); + define('_OSZTALYFONOKI','フォームの教師の証明書'); + define('_IGAZGATOI','校長の証明書'); + define('_IGAZOLATLAN','公称不在'); + define('_TOROLT','削除された'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/osztalyzatok.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/osztalyzatok.php new file mode 100644 index 00000000..0d82dcd9 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/osztalyzatok.php @@ -0,0 +1,23 @@ +<?php + define('_ELEGTELEN','欠乏'); + define('_ELEGSEGES','十分な'); + define('_ROSSZ','悪い'); + define('_HANYAG','過失'); + define('_KOZEPES','メディア'); + define('_VALTOZO','変数'); + define('_JO','良い'); + define('_JELES','輝かしい'); + define('_PELDAS','未払い'); + define('_TOROLT','削除された'); + define('_KIS_JEGY','小さなマーク'); + define('_NORMAL_JEGY','通常のマーク'); + define('_DOLGOZAT','テスト'); + define('_TEMAZARO','大試験'); + define('_VIZSGAJEGY','試験の等級'); + define('_DICSERET','優等'); + define('_FIGYELMEZTETO','失敗した場合の警告'); + define('_NYELVVIZSGA','試験言語'); + define('_JEGYZET_DICSERET','優等で %1%'); + define('_JEGYZET_FIGYELMEZTETO','失敗した場合に警告で %1%'); + define('_JEGYZET_NYELVVIZSGA','試験言語で %1%'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/tanar.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/tanar.php new file mode 100644 index 00000000..cd472034 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/share/tanar.php @@ -0,0 +1,8 @@ +<?php + define('_TANAR_OID','教育の ID'); + define('_TANAR_VNE','使用される接頭辞'); + define('_TANAR_VCSN','姓'); + define('_TANAR_VUN','最初の名前'); + define('_TANAR_SZH','出生地'); + define('_TANAR_SZI','生年月日'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/helyettesites.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/helyettesites.php new file mode 100644 index 00000000..7c6cdfd4 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/helyettesites.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','置換え'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/orarendTankor.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/orarendTankor.php new file mode 100644 index 00000000..8a52edc6 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/orarendTankor.php @@ -0,0 +1,3 @@ +<?php + define('__PAGETITLE','時刻表-研究グループの接続'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/tankorCsoport.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/tankorCsoport.php new file mode 100644 index 00000000..c81c5882 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-naplo/tanev/tankorCsoport.php @@ -0,0 +1,7 @@ +<?php + define('__PAGETITLE','コヒーレント研究グループ'); + define('_UJ_TANKOR_CSOPORT','新しい研究グループ'); + define('_CSOPORTNEV','グループ名'); + define('_TANKOROK','研究会'); + define('_TANKOR_CSOPORT_MODOSITAS','修正研究グループ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-password/changeMyPassword.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-password/changeMyPassword.php new file mode 100644 index 00000000..d04443ff --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-password/changeMyPassword.php @@ -0,0 +1,7 @@ +<?php + define('_CHANGE_PASSWORD','じぶんの名前'); + define('_USERNAME','ユーザー名'); + define('_NEW_PASSWORD','新しいパスワード'); + define('_VERIFICATION','検証'); + define('_OK','オッコ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-password/changePassword.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-password/changePassword.php new file mode 100644 index 00000000..24623580 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-password/changePassword.php @@ -0,0 +1,7 @@ +<?php + define('_CHANGE_PASSWORD','パスワードを変更する'); + define('_USERNAME','ユーザー名'); + define('_NEW_PASSWORD','新しいパスワード'); + define('_VERIFICATION','検証'); + define('_OK','オッコ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-portal/hirek/egyhir.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-portal/hirek/egyhir.php new file mode 100644 index 00000000..c1137f45 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-portal/hirek/egyhir.php @@ -0,0 +1,11 @@ +<?php + define('__TITLE','投稿ニュース'); + define('_CIM','タイトル'); + define('_SZOVEG','テキスト'); + define('_ROGZIT','保存'); + define('_KULSO_HIR','パブリックニュース'); + define('_KIS_HIR','小さなニュース'); + define('_CSAK_BELSO','私的ニュース'); + define('_NEM_LATSZIK','目に見えない'); + define('_LATSZIK','目に見える'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/accountInfo.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/accountInfo.php new file mode 100644 index 00000000..78277cc2 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/accountInfo.php @@ -0,0 +1,3 @@ +<?php + define('_OK','オッコ'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/createAccount.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/createAccount.php new file mode 100644 index 00000000..d583a48e --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/createAccount.php @@ -0,0 +1,7 @@ +<?php + define('_OK',''); + define('_CREATE_ACCOUNT','新規ユーザー'); + define('_VERIFICATION','パスワードで、再度'); + define('_ACCOUNT_CATEGORY','カテゴリ'); + define('_DATAFILE','データファイル'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/createGroup.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/createGroup.php new file mode 100644 index 00000000..4ba7d95c --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/createGroup.php @@ -0,0 +1,6 @@ +<?php + define('_OK','オッコ'); + define('_CREATE_GROUP','グループを作成'); + define('_GROUP_CATEGORY','カテゴリを作成'); + define('_DATAFILE','データファイル'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/download.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/download.php new file mode 100644 index 00000000..513b2b67 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/download.php @@ -0,0 +1,7 @@ +<?php + define('_FILE','ファイル'); + define('_SIZE','サイズ'); + define('_MIMETYPE','MIME タイプ'); + define('_DOWNLOAD','ダウンロード'); + define('_DESCRIPTION','ダウンロードした場合は開始されませんが、数秒で、リンクをクリックして!'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/groupInfo.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/groupInfo.php new file mode 100644 index 00000000..353d6906 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/groupInfo.php @@ -0,0 +1,4 @@ +<?php + define('_OK','オッコ'); + define('_NEW','新しい'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/search/searchAccount.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/search/searchAccount.php new file mode 100644 index 00000000..f0897da7 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/search/searchAccount.php @@ -0,0 +1,19 @@ +<?php + define('_SEARCH','ユーザーの検索'); + define('_OK',''); + define('_NOTFOUND','結果はありません'); + define('_CATEGORY','カテゴリ'); + define('_ACTION','変更'); + define('_DELETE','削除'); + define('_CHANGE_PASSWORD','パスワードを変更'); + define('_ARE_YOU_SURE','てもよろしいですか?'); + define('_NAME','名前'); + define('_CLASS','クラス'); + define('_EMAIL','電子メール'); + define('_PASSWORD','パスワード'); + define('_RETYPEPASSWORD','パスワードで、再度'); + define('_DEFAULTGROUP','グループ'); + define('_DATAFILE','データファイル'); + define('_NEWUSER','新規ユーザー'); + define('_ARE_YOU_SURE','てもよろしいですか?'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/search/searchGroup.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/search/searchGroup.php new file mode 100644 index 00000000..f28df433 --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/module-session/search/searchGroup.php @@ -0,0 +1,19 @@ +<?php + define('_SEARCH','グループ検索'); + define('_OK','OK'); + define('_NOTFOUND','結果はありません'); + define('_CATEGORY','category'); + define('_ACTION','変更'); + define('_DELETE','削除'); + define('_CHANGE_PASSWORD','パスワードを変更'); + define('_ARE_YOU_SURE','てもよろしいですか?'); + define('_NAME','名前'); + define('_CLASS','クラス'); + define('_EMAIL','電子メール'); + define('_PASSWORD','パスワード'); + define('_RETYPEPASSWORD','パスワードを再入力'); + define('_DEFAULTGROUP','グループ'); + define('_DATAFILE','データファイル'); + define('_NEWUSER','新規ユーザー'); + define('_ARE_YOU_SURE','てもよろしいですか?'); +?> diff --git a/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/share/session/attrs.php b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/share/session/attrs.php new file mode 100644 index 00000000..67f16e9f --- /dev/null +++ b/mayor-orig/mayor-locales-jp_JP/www/lang/jp_JP/share/session/attrs.php @@ -0,0 +1,18 @@ +<?php + define('_ATTR_USERACCOUNT','識別子'); + define('_ATTR_USERCN','名前'); + define('_ATTR_USERPASSWORD','パスワード'); + define('_ATTR_STUDYID','教育識別子'); + define('_ATTR_MAIL','電子メールアドレス'); + define('_ATTR_TELEPHONENUMBER','電話番号'); + define('_ATTR_SHADOWLASTCHANGE','最後にパスワードの修正'); + define('_ATTR_SHADOWMIN','まずパスワードの修正'); + define('_ATTR_SHADOWMAX','パスワードの在庫の時間'); + define('_ATTR_SHADOWWARNING','パスワードに改変'); + define('_ATTR_SHADOWINACTIVE','ユーザーアカウントの怖い'); + define('_ATTR_SHADOWEXPIRE','怖いの日付'); + define('_ATTR_GROUPCN','チームの識別子'); + define('_ATTR_GROUPDESC','チームのなまえ'); + define('_ATTR_LEADER','リーダー'); + define('_ATTR_MEMBER','メンバー'); +?> |