mirror of
https://github.com/php/web-wiki.git
synced 2025-08-13 13:33:46 +00:00
- initial import #2
This commit is contained in:
7
dokuwiki/lib/plugins/plugin/lang/ja/admin_plugin.txt
Normal file
7
dokuwiki/lib/plugins/plugin/lang/ja/admin_plugin.txt
Normal file
@ -0,0 +1,7 @@
|
||||
====== プラグイン管理 ======
|
||||
|
||||
この画面で、DokuWikiで使用するプラグイン [[doku>wiki:plugins|plugins]] の管理を行うことが出来ます。
|
||||
プラグインをダウンロード・インストールするためには、サーバー内のプラグイン用フォルダーを
|
||||
書き込み可にしておく必要があります。
|
||||
|
||||
|
71
dokuwiki/lib/plugins/plugin/lang/ja/lang.php
Normal file
71
dokuwiki/lib/plugins/plugin/lang/ja/lang.php
Normal file
@ -0,0 +1,71 @@
|
||||
<?php
|
||||
/**
|
||||
* japanese language file
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Yuji Takenaka <webmaster@davilin.com>
|
||||
* @author Christopher Smith <chris@jalakai.co.uk>
|
||||
*/
|
||||
|
||||
$lang['menu'] = 'プラグイン管理';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['download'] = "プラグインのダウンロードとインストール";
|
||||
$lang['manage'] = "インストール済みプラグイン";
|
||||
|
||||
$lang['btn_info'] = '情報';
|
||||
$lang['btn_update'] = '更新';
|
||||
$lang['btn_delete'] = '削除';
|
||||
$lang['btn_settings'] = '設定';
|
||||
$lang['btn_download'] = 'ダウンロード';
|
||||
$lang['btn_enable'] = '保存';
|
||||
|
||||
$lang['url'] = 'URL';
|
||||
|
||||
$lang['installed'] = 'インストール:';
|
||||
$lang['lastupdate'] = '最終更新日:';
|
||||
$lang['source'] = 'ソース:';
|
||||
$lang['unknown'] = '不明';
|
||||
|
||||
// ..ing = header message
|
||||
// ..ed = success message
|
||||
|
||||
$lang['updating'] = '更新中...';
|
||||
$lang['updated'] = 'プラグイン %s は更新されました';
|
||||
$lang['updates'] = '次のプラグインが更新されました:';
|
||||
$lang['update_none'] = 'プラグインの更新データはありません。';
|
||||
|
||||
$lang['deleting'] = '削除中...';
|
||||
$lang['deleted'] = 'プラグイン %s は削除されました。';
|
||||
|
||||
$lang['downloading'] = 'ダウンロード中...';
|
||||
$lang['downloaded'] = 'プラグイン %s がインストールされました';
|
||||
$lang['downloads'] = '次のプラグインがインストールされました:';
|
||||
$lang['download_none'] = 'プラグインが見つかりませんでした。もしくはダウンロードかインストールの最中に予期せぬエラーが発生しました。';
|
||||
|
||||
// info titles
|
||||
$lang['plugin'] = 'プラグイン:';
|
||||
$lang['components'] = 'コンポーネント';
|
||||
$lang['noinfo'] = 'このプラグインに関する情報がありません。有効なプラグインではないかも知れません。';
|
||||
$lang['name'] = '名前:';
|
||||
$lang['date'] = '日付:';
|
||||
$lang['type'] = 'タイプ:';
|
||||
$lang['desc'] = '説明:';
|
||||
$lang['author'] = '作者:';
|
||||
$lang['www'] = 'ウェブサイト:';
|
||||
|
||||
// error messages
|
||||
$lang['error'] = '予期せぬエラーが発生しました。';
|
||||
$lang['error_download'] = 'プラグインファイルをダウンロードできません:%s';
|
||||
$lang['error_badurl'] = 'URLが正しくないようです - ファイル名が特定できません';
|
||||
$lang['error_dircreate'] = 'ダウンロードしたファイルを一時的に保管しておくフォルダが作成できません';
|
||||
$lang['error_decompress'] = 'ダウンロードしたファイルを解凍できませんでした。'.
|
||||
'ダウンロードに失敗した可能性があります(もう一度、実行してください);'.
|
||||
'もしくは、不明な圧縮形式であるかもしれません(手動でインストールする必要があります)';
|
||||
$lang['error_copy'] = 'プラグインをインストール中にファイルのコピーに失敗しました。'.
|
||||
'<em>%s</em>:ディスク容量や書き込みの権限を確認してください。'.
|
||||
'このエラーによりプラグインのインストールが完全に行われず、Wikiが不安定な状態です。';
|
||||
$lang['error_delete'] = 'プラグインの削除中にエラーが発生しました <em>%s</em>。'.
|
||||
'プラグインが不完全なファイルであったか、ディレクトリの権限が正しくないことが原因であると考えられます。';
|
||||
|
||||
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
1
dokuwiki/lib/plugins/usermanager/lang/ja/add.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ja/add.txt
Normal file
@ -0,0 +1 @@
|
||||
===== ユーザー作成 =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ja/delete.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ja/delete.txt
Normal file
@ -0,0 +1 @@
|
||||
===== ユーザー削除 =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ja/edit.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ja/edit.txt
Normal file
@ -0,0 +1 @@
|
||||
===== ユーザー編集 =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ja/intro.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ja/intro.txt
Normal file
@ -0,0 +1 @@
|
||||
====== ユーザー管理 ======
|
57
dokuwiki/lib/plugins/usermanager/lang/ja/lang.php
Normal file
57
dokuwiki/lib/plugins/usermanager/lang/ja/lang.php
Normal file
@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* japanese language file
|
||||
* @author Yuji Takenaka <webmaster@davilin.com>
|
||||
* @author Chris Smith <chris@jalakai.co.uk>
|
||||
*/
|
||||
|
||||
$lang['menu'] = 'ユーザー管理';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['noauth'] = '(ユーザー認証が無効です)';
|
||||
$lang['nosupport'] = '(ユーザー管理はサポートされていません)';
|
||||
|
||||
$lang['badauth'] = '認証のメカニズムが無効です'; // should never be displayed!
|
||||
|
||||
$lang['user_id'] = 'ユーザー';
|
||||
$lang['user_pass'] = 'パスワード';
|
||||
$lang['user_name'] = '氏名';
|
||||
$lang['user_mail'] = 'メールアドレス';
|
||||
$lang['user_groups'] = 'グループ';
|
||||
|
||||
$lang['field'] = '項目';
|
||||
$lang['value'] = '値';
|
||||
$lang['add'] = '追加';
|
||||
$lang['delete'] = '削除';
|
||||
$lang['delete_selected'] = '選択したユーザーを削除';
|
||||
$lang['edit'] = '編集';
|
||||
$lang['edit_prompt'] = 'このユーザーを編集';
|
||||
$lang['modify'] = '変更を保存';
|
||||
$lang['search'] = '検索';
|
||||
$lang['search_prompt'] = '検索を実行';
|
||||
$lang['clear'] = '検索フィルターをリセット';
|
||||
$lang['filter'] = 'フィルター';
|
||||
|
||||
$lang['summary'] = 'ユーザー %1$d-%2$d / %3$d, 総ユーザー数 %4$d';
|
||||
$lang['nonefound'] = 'ユーザーが見つかりません, 総ユーザー数 %d';
|
||||
$lang['delete_ok'] = '%d ユーザーが削除されました';
|
||||
$lang['delete_fail'] = '%d ユーザーの削除に失敗しました';
|
||||
$lang['update_ok'] = 'ユーザーは更新されました';
|
||||
$lang['update_fail'] = 'ユーザーの更新に失敗しました';
|
||||
$lang['update_exists'] = 'ユーザー名(%s)は既に存在するため、ユーザー名の変更に失敗しました(その他の項目は変更されました)。';
|
||||
|
||||
$lang['start'] = '最初';
|
||||
$lang['prev'] = '前へ';
|
||||
$lang['next'] = '次へ';
|
||||
$lang['last'] = '最後';
|
||||
|
||||
// added after 2006-03-09 release
|
||||
$lang['edit_usermissing'] = '選択したユーザーは見つかりません。削除もしくは変更された可能性があります。';
|
||||
$lang['user_notify'] = '通知するユーザー';
|
||||
$lang['note_notify'] = 'ユーザーが新しいパスワードを設定した場合のみ、通知メールが送信されます。';
|
||||
$lang['note_group'] = 'グループを指定しない場合は、既定のグループ(%s)に登録されいます。';
|
||||
$lang['add_ok'] = 'ユーザーを登録しました';
|
||||
$lang['add_fail'] = 'ユーザーの登録に失敗しました';
|
||||
$lang['notify_ok'] = '通知メールを送信しました';
|
||||
$lang['notify_fail'] = '通知メールを送信できませんでした';
|
||||
|
1
dokuwiki/lib/plugins/usermanager/lang/ja/list.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ja/list.txt
Normal file
@ -0,0 +1 @@
|
||||
===== ユーザーリスト =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ko/add.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ko/add.txt
Normal file
@ -0,0 +1 @@
|
||||
===== 사용자 추가 =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ko/delete.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ko/delete.txt
Normal file
@ -0,0 +1 @@
|
||||
===== 사용자 삭제 =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ko/edit.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ko/edit.txt
Normal file
@ -0,0 +1 @@
|
||||
===== 사용자 정보 수정 =====
|
1
dokuwiki/lib/plugins/usermanager/lang/ko/intro.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ko/intro.txt
Normal file
@ -0,0 +1 @@
|
||||
====== 사용자 관리 ======
|
58
dokuwiki/lib/plugins/usermanager/lang/ko/lang.php
Normal file
58
dokuwiki/lib/plugins/usermanager/lang/ko/lang.php
Normal file
@ -0,0 +1,58 @@
|
||||
<?php
|
||||
/**
|
||||
* korean language file
|
||||
*
|
||||
* @author Chris Smith <chris@jalakai.co.uk>
|
||||
* @author jk Lee <bootmeta@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['menu'] = '사용자 관리자';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['noauth'] = '(사용자 인증이 불가능합니다.)';
|
||||
$lang['nosupport'] = '(사용자 관리가 지원되지 않습니다.)';
|
||||
|
||||
$lang['badauth'] = '유효하지 않은 인증 메카니즘입니다.'; // should never be displayed!
|
||||
|
||||
$lang['user_id'] = '사용자';
|
||||
$lang['user_pass'] = '패스워드';
|
||||
$lang['user_name'] = '실제 이름';
|
||||
$lang['user_mail'] = '이메일 ';
|
||||
$lang['user_groups'] = '그룹들';
|
||||
|
||||
$lang['field'] = '항목';
|
||||
$lang['value'] = '값';
|
||||
$lang['add'] = '추가';
|
||||
$lang['delete'] = '삭제';
|
||||
$lang['delete_selected'] = '삭제 선택';
|
||||
$lang['edit'] = '수정';
|
||||
$lang['edit_prompt'] = '이 사용자 수정';
|
||||
$lang['modify'] = '변경 저장';
|
||||
$lang['search'] = '검색';
|
||||
$lang['search_prompt'] = '검색 실행';
|
||||
$lang['clear'] = '검색 필터 초기화';
|
||||
$lang['filter'] = '필터';
|
||||
|
||||
$lang['summary'] = '검색된 사용자들 보기(%1$d-%2$d 중 %3$d). 전체 사용자 %4$d 명.';
|
||||
$lang['nonefound'] = '검색된 사용자가 없습니다. 전체 사용자 %d 명.';
|
||||
$lang['delete_ok'] = '%d 명의 사용자가 삭제되었습니다.';
|
||||
$lang['delete_fail'] = '%d 명의 사용자의 삭제가 실패했습니다.';
|
||||
$lang['update_ok'] = '사용자 갱신이 성공했습니다.';
|
||||
$lang['update_fail'] = '사용자 갱신이 실패했습니다.';
|
||||
$lang['update_exists'] = '사용자 이름 변경이 실패했습니다. 사용자 이름(%s)이 이미 존재합니다. (다른 항목들의 변경은 적용됩니다.)';
|
||||
|
||||
$lang['start'] = '시작';
|
||||
$lang['prev'] = '이전';
|
||||
$lang['next'] = '다음';
|
||||
$lang['last'] = '마지막';
|
||||
|
||||
// added after 2006-03-09 release
|
||||
$lang['edit_usermissing'] = '선택된 사용자를 찾을 수 없습니다, 사용자 이름이 삭제되거나 변경됐을 수도 있습니다.';
|
||||
$lang['user_notify'] = '사용자에게 알림';
|
||||
$lang['note_notify'] = '사용자에게 새로운 암호를 준 경우에만 알림 이메일이 보내집니다.';
|
||||
$lang['note_group'] = '새로운 사용자들은 어떤 그룹도 설정하지 않은 경우에 기본 그룹(%s)에 추가됩니다.';
|
||||
$lang['add_ok'] = '사용자가 성공적으로 추가되었습니다.';
|
||||
$lang['add_fail'] = '사용자 추가가 실패했습니다.';
|
||||
$lang['notify_ok'] = '알림 이메일이 성공적으로 발송되었습니다. ';
|
||||
$lang['notify_fail'] = '알림 이메일 발송이 실패했습니다.';
|
||||
|
1
dokuwiki/lib/plugins/usermanager/lang/ko/list.txt
Normal file
1
dokuwiki/lib/plugins/usermanager/lang/ko/list.txt
Normal file
@ -0,0 +1 @@
|
||||
===== 사용자 목록 =====
|
2
dokuwiki/lib/plugins/usermanager/lang/lt/add.txt
Normal file
2
dokuwiki/lib/plugins/usermanager/lang/lt/add.txt
Normal file
@ -0,0 +1,2 @@
|
||||
===== Pridėti vartotoją =====
|
||||
|
2
dokuwiki/lib/plugins/usermanager/lang/lt/delete.txt
Normal file
2
dokuwiki/lib/plugins/usermanager/lang/lt/delete.txt
Normal file
@ -0,0 +1,2 @@
|
||||
===== Ištrinti vartotoją =====
|
||||
|
2
dokuwiki/lib/plugins/usermanager/lang/lt/edit.txt
Normal file
2
dokuwiki/lib/plugins/usermanager/lang/lt/edit.txt
Normal file
@ -0,0 +1,2 @@
|
||||
===== Redaguoti vartotoją =====
|
||||
|
2
dokuwiki/lib/plugins/usermanager/lang/lt/intro.txt
Normal file
2
dokuwiki/lib/plugins/usermanager/lang/lt/intro.txt
Normal file
@ -0,0 +1,2 @@
|
||||
====== Vartotojų administravimas ======
|
||||
|
57
dokuwiki/lib/plugins/usermanager/lang/lt/lang.php
Normal file
57
dokuwiki/lib/plugins/usermanager/lang/lt/lang.php
Normal file
@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* Lithuanian language file
|
||||
*
|
||||
* @author grawity <grawity@gmail.com>
|
||||
*/
|
||||
|
||||
$lang['menu'] = 'Vartotojų administravimas';
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['noauth'] = '(vartotojų autentifikacija neprieinama)';
|
||||
$lang['nosupport'] = '(vartotojų administravimas nepalaikomas)';
|
||||
|
||||
$lang['badauth'] = 'neteisingas autentifikacijos būdas';
|
||||
// should never be displayed!
|
||||
|
||||
$lang['user_id'] = 'Vartotojas';
|
||||
$lang['user_pass'] = 'Slaptažodis';
|
||||
$lang['user_name'] = 'Vardas';
|
||||
$lang['user_mail'] = 'El.paštas';
|
||||
$lang['user_groups'] = 'Grupės';
|
||||
|
||||
$lang['field'] = 'Laukas';
|
||||
$lang['value'] = 'Turinys';
|
||||
$lang['add'] = 'Pridėti';
|
||||
$lang['delete'] = 'Pašalinti';
|
||||
$lang['delete_selected'] = 'Pašalinti pažymėtus';
|
||||
$lang['edit'] = 'Redaguoti';
|
||||
$lang['edit_prompt'] = 'Redaguoti šį vartotoją';
|
||||
$lang['modify'] = 'Išsaugoti';
|
||||
$lang['search'] = 'Paieška';
|
||||
$lang['search_prompt'] = 'Ieškoti';
|
||||
$lang['clear'] = 'Panaikinti filtrą';
|
||||
$lang['filter'] = 'Filtras';
|
||||
|
||||
$lang['summary'] = 'Rodomi vartotojai %1$d-%2$d iš %3$d rastų. Iš viso %4$d vartotojų.';
|
||||
$lang['nonefound'] = 'Vartotojų nerasta. Iš viso %d vartotojų.';
|
||||
$lang['delete_ok'] = 'Pašalinta %d vartotojų';
|
||||
$lang['delete_fail'] = '%d nepavyko pašalinti.';
|
||||
$lang['update_ok'] = 'Vartotojas sėkmingai pakeistas';
|
||||
$lang['update_fail'] = 'Vartotojo pakeitimas nepavyko';
|
||||
$lang['update_exists'] = 'Vartotojo vardo pakeitimas nepavyko, nes nurodytas vartotojo vardas (%s) jau yra (kiti pakeitimai įvykdyti).';
|
||||
|
||||
$lang['start'] = 'pradžia';
|
||||
$lang['prev'] = 'atgal';
|
||||
$lang['next'] = 'pirmyn';
|
||||
$lang['last'] = 'pabaiga';
|
||||
|
||||
// added after 2006-03-09 release
|
||||
$lang['edit_usermissing'] = 'Pasirinktas vartotojas nerastas, nurodytas vartotojo vardas galėjo būti pašalintas ar pakeistas kitur.';
|
||||
$lang['user_notify'] = 'Įspėti vartotoją';
|
||||
$lang['note_notify'] = 'Įspėjimas siunčiamas tik tada, kai vartotojui priskiriamas naujas slaptažodis.';
|
||||
$lang['note_group'] = 'Jei grupė nenurodyta, nauji vartotojai pridedami į pagrindinę grupę (%s).';
|
||||
$lang['add_ok'] = 'Vartotojas sėkmingai pridėtas';
|
||||
$lang['add_fail'] = 'Vartotojo pridėjimas nepavyko';
|
||||
$lang['notify_ok'] = 'Įspėjimo el.laiškas išsiųstas';
|
||||
$lang['notify_fail'] = 'Įspėjimo el.laiško išsiųsti nepavyko';
|
2
dokuwiki/lib/plugins/usermanager/lang/lt/list.txt
Normal file
2
dokuwiki/lib/plugins/usermanager/lang/lt/list.txt
Normal file
@ -0,0 +1,2 @@
|
||||
===== Vartotojų sąrašas =====
|
||||
|
Reference in New Issue
Block a user