Changeset 3895 in subversion
- Timestamp:
- Aug 13, 2010 2:21:29 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 9 edited
-
plugins/archive/localization/ja_JP.inc (modified) (1 diff)
-
plugins/help/localization/ja_JP.inc (modified) (1 diff)
-
plugins/managesieve/localization/ja_JP.inc (added)
-
plugins/markasjunk/localization/ja_JP.inc (added)
-
plugins/new_user_dialog/localization/ja_JP.inc (added)
-
plugins/password/localization/ja_JP.inc (modified) (1 diff)
-
plugins/subscriptions_option/localization/ja_JP.inc (added)
-
plugins/userinfo/localization/ja_JP.inc (modified) (1 diff)
-
plugins/vcard_attachments/localization/ja_JP.inc (modified) (1 diff)
-
roundcubemail/program/localization/ja_JP/labels.inc (modified) (25 diffs)
-
roundcubemail/program/localization/ja_JP/messages.inc (modified) (2 diffs)
-
roundcubemail/program/steps/settings/delete_identity.inc (modified) (1 diff)
-
roundcubemail/program/steps/settings/save_identity.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/archive/localization/ja_JP.inc
r3876 r3895 1 1 <?php 2 3 // EN-Revision: 3891 2 4 3 5 $labels = array(); -
trunk/plugins/help/localization/ja_JP.inc
r3876 r3895 1 1 <?php 2 3 // EN-Revision: 3891 2 4 3 5 $labels = array(); -
trunk/plugins/password/localization/ja_JP.inc
r3876 r3895 1 1 <?php 2 3 // EN-Revision: 3891 2 4 3 5 $labels = array(); -
trunk/plugins/userinfo/localization/ja_JP.inc
r3876 r3895 1 1 <?php 2 3 // EN-Revision: 3891 2 4 3 5 $labels = array(); -
trunk/plugins/vcard_attachments/localization/ja_JP.inc
r3876 r3895 1 1 <?php 2 3 // EN-Revision: 3891 2 4 3 5 $labels = array(); -
trunk/roundcubemail/program/localization/ja_JP/labels.inc
r3871 r3895 17 17 @version $Id$ 18 18 19 EN-Revision: 3891 20 19 21 */ 20 22 21 23 $labels = array(); 24 25 // login page 22 26 $labels['welcome'] = 'ãããã $product ãž'; 23 27 $labels['username'] = 'ãŠãŒã¶ãŒå'; … … 25 29 $labels['server'] = 'ãµãŒããŒ'; 26 30 $labels['login'] = 'ãã°ã€ã³'; 31 32 // taskbar 27 33 $labels['logout'] = 'ãã°ã¢ãŠã'; 28 34 $labels['mail'] = 'é»åã¡ãŒã«'; 29 35 $labels['settings'] = 'å人èšå®'; 30 36 $labels['addressbook'] = 'ã¢ãã¬ã¹åž³'; 37 38 // mailbox names 31 39 $labels['inbox'] = 'åä¿¡ãã¬ã€'; 32 40 $labels['drafts'] = 'äžæžã'; … … 34 42 $labels['trash'] = 'ãã¿ç®±'; 35 43 $labels['junk'] = 'è¿·æã¡ãŒã«'; 44 45 // message listing 36 46 $labels['subject'] = 'ä»¶å'; 37 47 $labels['from'] = 'å·®åºäºº'; … … 47 57 床'; 48 58 $labels['organization'] = 'æå±'; 59 60 // aliases 49 61 $labels['reply-to'] = 'è¿ä¿¡å 50 62 '; 63 51 64 $labels['mailboxlist'] = 'ãã©ã«ããŒäžèЧ'; 52 65 $labels['messagesfromto'] = '衚瀺äžã®ã¡ãŒã«: $from ïœ $to (å … … 56 69 $labels['messagenrof'] = 'çŸåšã®ã¡ãŒã«: $nr (å 57 70 š: $count ä»¶)'; 71 58 72 $labels['copy'] = 'ã³ããŒ'; 59 73 $labels['move'] = 'ç§»å'; 60 74 $labels['moveto'] = 'ãã©ã«ããŒã®ç§»å'; 61 75 $labels['download'] = 'ããŠã³ããŒã'; 76 62 77 $labels['filename'] = 'ãã¡ã€ã«å'; 63 78 $labels['filesize'] = 'ãã¡ã€ã« ãµã€ãº'; 79 64 80 $labels['addtoaddressbook'] = 'ã¢ãã¬ã¹åž³ã«è¿œå '; 81 82 // weekdays short 65 83 $labels['sun'] = 'æ¥'; 66 84 $labels['mon'] = 'æ'; … … 70 88 $labels['fri'] = 'é'; 71 89 $labels['sat'] = 'å'; 90 91 // weekdays long 72 92 $labels['sunday'] = 'æ¥ææ¥'; 73 93 $labels['monday'] = 'æææ¥'; … … 77 97 $labels['friday'] = 'éææ¥'; 78 98 $labels['saturday'] = 'åææ¥'; 99 100 // months short 79 101 $labels['jan'] = '1 æ'; 80 102 $labels['feb'] = '2 æ'; … … 89 111 $labels['nov'] = '11 æ'; 90 112 $labels['dec'] = '12 æ'; 113 114 // months long 91 115 $labels['longjan'] = '1 æ'; 92 116 $labels['longfeb'] = '2 æ'; … … 101 125 $labels['longnov'] = '11 æ'; 102 126 $labels['longdec'] = '12 æ'; 127 103 128 $labels['today'] = '仿¥'; 129 130 // toolbar buttons 104 131 $labels['checkmail'] = 'æ°çã®ç¢ºèª'; 105 132 $labels['writenewmessage'] = 'æ°èŠã¡ãŒã«ã®äœæ'; … … 126 153 $labels['markflagged'] = 'ãã©ã°ãä»ãã'; 127 154 $labels['markunflagged'] = 'ãã©ã°ãå€ã'; 128 $labels['messageactions'] = 'ãã®ä»ã®åŠç...'; 155 $labels['messageactions'] = 'ãã®ä»ã®æäœ...'; 156 129 157 $labels['select'] = 'éžæ'; 130 158 $labels['all'] = 'ãã¹ãŠ'; … … 137 165 $labels['invert'] = 'å転'; 138 166 $labels['filter'] = 'ãã£ã«ã¿ãŒ'; 167 139 168 $labels['list'] = 'äžèЧ'; 140 169 $labels['threads'] = 'ã¹ã¬ãã'; … … 143 172 $labels['collapse-all'] = 'ãã¹ãŠæãããã'; 144 173 $labels['threaded'] = 'ã¹ã¬ããã«ãã'; 174 145 175 $labels['autoexpand_threads'] = 'ã¹ã¬ããã®å±é'; 146 176 $labels['do_expand'] = 'ãã¹ãŠã®ã¹ã¬ãã'; … … 160 190 $labels['listorder'] = 'æŽåé '; 161 191 $labels['listmode'] = 'äžèŠ§è¡šç€ºã¢ãŒã'; 162 $labels['folderactions'] = 'ãã©ã«ããŒæäœ...'; 192 193 $labels['folderactions'] = 'ãã©ã«ããŒã®æäœ...'; 163 194 $labels['compact'] = 'ã³ã³ãã¯ã'; 164 195 $labels['empty'] = '空'; 165 196 $labels['purge'] = 'ãã¿ç®±ã空ã«ãã'; 197 166 198 $labels['quota'] = 'ãã£ã¹ã¯äœ¿çšé'; 167 199 $labels['unknown'] = 'äžæ'; 168 200 $labels['unlimited'] = 'ç¡å¶é'; 201 169 202 $labels['quicksearch'] = 'æ€çŽ¢'; 170 203 $labels['resetsearch'] = 'æ€çŽ¢è§£é€'; 171 204 $labels['searchmod'] = 'æ€çŽ¢æ¡ä»¶'; 172 205 $labels['msgtext'] = 'ãã¹ãŠã®ã¡ãŒã«'; 206 173 207 $labels['openinextwin'] = 'æ°ãããŠã£ã³ããŠã§éã'; 174 $labels['emlsave'] = 'eml ãã¡ã€ã«ãšããŠä¿å'; 208 $labels['emlsave'] = 'eml 圢åŒã§ä¿åãã'; 209 210 // message compose 175 211 $labels['compose'] = 'ã¡ãŒã«ã®äœæ'; 176 212 $labels['editasnew'] = 'æ°èŠãšããŠç·šé'; … … 181 217 $labels['editortype'] = 'ãšãã£ã¿ãŒã®çš®é¡'; 182 218 $labels['returnreceipt'] = 'éå°ç¢ºèª'; 219 183 220 $labels['checkspelling'] = 'ã¹ãã« ãã§ãã¯'; 184 221 $labels['resumeediting'] = 'ã¡ãŒã«äœæã«æ»ã'; 185 222 $labels['revertto'] = 'å 186 223 ã«æ»ã'; 224 187 225 $labels['attachments'] = 'æ·»ä»ãã¡ã€ã«'; 188 226 $labels['upload'] = 'ã¢ããããŒã'; 189 227 $labels['close'] = 'éãã'; 190 $labels['messageoptions'] = 'ã¡ãã»ãŒãž ãªãã·ã§ã³...'; 228 $labels['messageoptions'] = 'ã¡ãã»ãŒãžã®ãªãã·ã§ã³...'; 229 191 230 $labels['low'] = 'äœã'; 192 231 $labels['lowest'] = 'æäœ'; … … 194 233 $labels['high'] = 'é«ã'; 195 234 $labels['highest'] = 'æé«'; 235 196 236 $labels['nosubject'] = '(ä»¶åãªã)'; 197 237 $labels['showimages'] = 'ç»åã®è¡šç€º'; 198 238 $labels['alwaysshow'] = '$sender ããå±ããç»åã¯åžžã«è¡šç€º'; 239 199 240 $labels['htmltoggle'] = 'HTML'; 200 241 $labels['plaintoggle'] = 'ããã¹ã'; … … 202 243 '; 203 244 $labels['dontsave'] = 'ä¿åããªã'; 204 $labels['maxuploadsize'] = 'æ·»ä»å¯èœãªãã¡ã€ã« ãµã€ãºã¯æå€§ $size ã§ãã'; 245 $labels['maxuploadsize'] = 'æ·»ä»å¯èœãªãã¡ã€ã«ã®ãµã€ãºã¯æå€§ $size ã§ãã'; 246 205 247 $labels['addcc'] = 'Cc 远å '; 206 248 $labels['addbcc'] = 'Bcc 远å '; 207 249 $labels['addreplyto'] = 'Reply-To 远å '; 250 251 252 // mdn 208 253 $labels['mdnrequest'] = 'ã¡ãŒã«ã®å·®åºäººã¯éå°ç¢ºèªã®éä»ãæ±ããŠããŸããéå°ç¢ºèªã®ã¡ãŒã«ãéä»ããŸãã?'; 209 $labels['receiptread'] = 'éå°ç¢ºèª (è¡šç€ºæž )';254 $labels['receiptread'] = 'éå°ç¢ºèª (衚瀺æžã¿)'; 210 255 $labels['yourmessage'] = 'ããã¯ããªããéä¿¡ããã¡ãŒã«ã«å¯Ÿããéå°ç¢ºèªã§ãã'; 211 256 $labels['receiptnote'] = '泚æ: ãã®éå°ç¢ºèªã¯ã¡ãŒã«ãåä¿¡è … … 213 258 ãã¡ãŒã«ãèªãã ããšãå 214 259 容ãçè§£ããããšãä¿èšŒãããã®ã§ã¯ãããŸããã'; 260 261 // address boook 215 262 $labels['name'] = '衚瀺å'; 216 $labels['firstname'] = 'å å';217 $labels['surname'] = 'å å';263 $labels['firstname'] = 'å (ãã¡ãŒã¹ã ããŒã )'; 264 $labels['surname'] = 'å§ (ã©ã¹ã ããŒã )'; 218 265 $labels['email'] = 'ã¡ãŒã«ã¢ãã¬ã¹'; 266 219 267 $labels['addcontact'] = 'é£çµ¡å 220 268 ã®æ°èŠè¿œå '; 221 269 $labels['editcontact'] = 'é£çµ¡å 222 270 ã®ç·šé'; 271 $labels['contacts'] = 'é£çµ¡å 272 '; 273 223 274 $labels['edit'] = 'ç·šé'; 224 275 $labels['cancel'] = 'ãã£ã³ã»ã«'; 225 276 $labels['save'] = 'ä¿å'; 226 277 $labels['delete'] = 'åé€'; 278 227 279 $labels['newcontact'] = 'é£çµ¡å 228 280 ã®æ°èŠäœæ'; … … 241 293 $labels['groupactions'] = 'é£çµ¡å 242 294 ã°ã«ãŒãã®æäœ...'; 295 243 296 $labels['previouspage'] = 'åã®äžèЧãž'; 244 297 $labels['firstpage'] = 'æåã®äžèЧãž'; 245 298 $labels['nextpage'] = '次ã®äžèЧãž'; 246 299 $labels['lastpage'] = 'æåŸã®äžèЧãž'; 300 247 301 $labels['group'] = 'ã°ã«ãŒã'; 248 302 $labels['groups'] = 'ã°ã«ãŒã'; 249 303 $labels['personaladrbook'] = 'å人ã¢ãã¬ã¹'; 304 250 305 $labels['import'] = 'ã€ã³ããŒã'; 251 306 $labels['importcontacts'] = 'é£çµ¡å … … 256 311 ãã¢ããããŒãã§ããŸããçŸåšã<a href="http://ja.wikipedia.org/wiki/VCard">vCard</a> 圢åŒããã®ã€ã³ããŒãã«å¯Ÿå¿ããŠããŸãã'; 257 312 $labels['done'] = 'å®äº'; 313 258 314 $labels['settingsfor'] = '次ã®èšå®:'; 315 259 316 $labels['preferences'] = 'èšå®'; 260 317 $labels['userpreferences'] = 'ãŠãŒã¶ãŒèšå®'; 261 318 $labels['editpreferences'] = 'ãŠãŒã¶ãŒèšå®ã®å€æŽ'; 319 262 320 $labels['identities'] = 'å人æ 263 321 å ±'; … … 266 324 $labels['newidentity'] = 'å人æ 267 325 å ±ã®æ°èŠäœæ'; 326 268 327 $labels['newitem'] = 'æ°ããé 269 328 ç®'; 270 329 $labels['edititem'] = 'é 271 330 ç®ã®ç·šé'; 331 272 332 $labels['preferhtml'] = 'HTML ã衚瀺ãã'; 273 333 $labels['defaultcharset'] = 'æšæºã®æåã»ãã'; 274 334 $labels['htmlmessage'] = 'HTML ã¡ãŒã«'; 275 $labels['prettydate'] = 'çãæ¥ä» è¡šç€º';335 $labels['prettydate'] = 'çãæ¥ä»ã§è¡šç€º'; 276 336 $labels['setdefault'] = 'æšæºã®èšå®'; 277 337 $labels['autodetect'] = 'èªåèå¥'; … … 299 359 $labels['deletealways'] = 'ãã¿ç®±ãžã®ç§»åã«å€±æããã¡ãŒã«ã¯ããã«åé€'; 300 360 $labels['showremoteimages'] = 'å€éš URL ã®ç»åãã€ã³ã©ã€ã³è¡šç€ºãã'; 301 $labels['fromknownsenders'] = 'ç¥ãåããã'; 361 $labels['fromknownsenders'] = 'éä¿¡è 362 ãç¥äººã®å Žå'; 302 363 $labels['always'] = 'åžžã«'; 303 364 $labels['showinlineimages'] = 'ã¡ãŒã«ã«æ·»ä»ãããç»åã衚瀺ãã'; … … 305 366 $labels['everynminutes'] = '$n 忝'; 306 367 $labels['keepalive'] = 'æ°çã¡ãŒã«ã®ç¢ºèªéé'; 307 $labels['never'] = ' 確èªããªã';308 $labels['immediately'] = ' ä»ãã確èª';368 $labels['never'] = 'ããªã'; 369 $labels['immediately'] = 'ããã«'; 309 370 $labels['messagesdisplaying'] = 'ã¡ãŒã«ã®è¡šç€º'; 310 371 $labels['messagescomposition'] = 'ã¡ãŒã«ã®äœæ'; … … 315 376 $labels['force7bit'] = 'ãã«ããã€ãæååã MIME ãšã³ã³ãŒããã'; 316 377 $labels['advancedoptions'] = 'é«åºŠãªèšå®'; 317 $labels['focusonnewmessage'] = 'æ°çã¡ãŒã«ãå±ããããã©ãŠã¶ãŒãã¢ã¯ãã£ã å';378 $labels['focusonnewmessage'] = 'æ°çã¡ãŒã«ãå±ããããã©ãŠã¶ãŒãã¢ã¯ãã£ãã«ãã'; 318 379 $labels['checkallfolders'] = 'ãã¹ãŠã®ãã©ã«ããŒã§æ°çã¡ãŒã«ã衚瀺ãã'; 319 $labels['displaynext'] = 'ã¡ãŒã«ã®åé€ã »ç§»ååŸã«æ¬¡ã®ã¡ãŒã«ã衚瀺ãã';380 $labels['displaynext'] = 'ã¡ãŒã«ã®åé€ãç§»ååŸã«æ¬¡ã®ã¡ãŒã«ã衚瀺ãã'; 320 381 $labels['mainoptions'] = 'åºæ¬èšå®'; 321 382 $labels['section'] = 'èšå®é … … 342 403 $labels['previewpanemarkread'] = 'éå°æžã¿ã«ãã'; 343 404 $labels['afternseconds'] = '$n ç§åŸ'; 405 344 406 $labels['folder'] = 'ãã©ã«ããŒ'; 345 407 $labels['folders'] = 'ãã©ã«ããŒäžèЧ'; … … 354 416 $labels['managefolders'] = 'ãã©ã«ããŒã®ç®¡ç'; 355 417 $labels['specialfolders'] = 'ç¹æ®ãªãã©ã«ããŒ'; 356 $labels['sortby'] = 'æŽåã®åºæº'; 357 $labels['sortasc'] = 'æé ã§æŽå'; 358 $labels['sortdesc'] = 'éé ã§æŽå'; 418 419 $labels['sortby'] = 'äžŠã³æ¿ãã®åºæº'; 420 $labels['sortasc'] = 'æé ã§äžŠã³æ¿ã'; 421 $labels['sortdesc'] = 'éé ã§äžŠã³æ¿ã'; 422 423 // units 359 424 $labels['B'] = 'ãã€ã'; 360 425 $labels['KB'] = 'KB'; 361 426 $labels['MB'] = 'MB'; 362 427 $labels['GB'] = 'GB'; 428 429 // character sets 363 430 $labels['unicode'] = 'Unicode'; 364 431 $labels['english'] = 'è±èª'; -
trunk/roundcubemail/program/localization/ja_JP/messages.inc
r3871 r3895 3 3 /* 4 4 5 +-----------------------------------------------------------------------+6 | language/ja_JP/messages.inc |7 | |8 | Language file of the RoundCube Webmail client |9 | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland |10 | Licensed under the GNU GPL |11 | |12 +-----------------------------------------------------------------------+13 | Author: Tadashi Jokagi <elf2000@users.sourceforge.net> |14 | Takashi Takamatsu <taka717@gmail.com> |15 +-----------------------------------------------------------------------+5 +-----------------------------------------------------------------------+ 6 | language/ja_JP/messages.inc | 7 | | 8 | Language file of the RoundCube Webmail client | 9 | Copyright (C) 2005-2010, RoundCube Dev. - Switzerland | 10 | Licensed under the GNU GPL | 11 | | 12 +-----------------------------------------------------------------------+ 13 | Author: Tadashi Jokagi <elf2000@users.sourceforge.net> | 14 | Takashi Takamatsu <taka717@gmail.com> | 15 +-----------------------------------------------------------------------+ 16 16 17 17 @version $Id$ 18 19 // EN-Revision: 3891 18 20 19 21 */ … … 67 69 $messages['folderrenaming'] = 'ãã©ã«ããŒåã倿ŽããŠããŸã...'; 68 70 $messages['foldermoving'] = 'ãã©ã«ããŒãç§»åããŠããŸã...'; 69 $messages['formincomplete'] = 'ã ã©ãŒã ã®é70 ç®ã ãã¹ãŠå71 ¥åã ããŠããŸããã';71 $messages['formincomplete'] = 'ãã¹ãŠã®ãã©ãŒã ã®é 72 ç®ãå 73 ¥åããŠããŸããã'; 72 74 $messages['noemailwarning'] = 'æå¹ãªã¡ãŒã«ã¢ãã¬ã¹ãå 73 75 ¥åããŠãã ããã'; -
trunk/roundcubemail/program/steps/settings/delete_identity.inc
r3883 r3895 32 32 { 33 33 $plugin = $RCMAIL->plugins->exec_hook('identity_delete', array('id' => $iid)); 34 35 if (!$plugin['abort'] && $USER->delete_identity($iid)) { 36 $OUTPUT->show_message('deletedsuccessfully', 'confirmation', null, false); 34 35 if (!$plugin['abort']) { 36 if ($USER->delete_identity($iid)) { 37 $OUTPUT->show_message('deletedsuccessfully', 'confirmation', null, false); 38 } 39 else { 40 $OUTPUT->show_message('nodeletelastidentity', 'error', null, false); 41 } 37 42 } 38 else { 39 $OUTPUT->show_message('nodeletelastidentity', 'error', null, false); 40 } 43 41 44 // send response 42 45 if ($OUTPUT->ajax_call) -
trunk/roundcubemail/program/steps/settings/save_identity.inc
r3883 r3895 65 65 $save_data = $plugin['record']; 66 66 67 if (!$plugin['abort'] && ($updated = $USER->update_identity($iid, $save_data)))68 {69 $OUTPUT->show_message('successfullysaved', 'confirmation');70 71 if (!empty($_POST['_standard']))72 $default_id = get_input_value('_iid', RCUBE_INPUT_POST);73 74 if ($_POST['_framed'])75 {76 // update the changed col in list77 // ...67 if (!$plugin['abort']) { 68 if ($updated = $USER->update_identity($iid, $save_data)) { 69 $OUTPUT->show_message('successfullysaved', 'confirmation'); 70 71 if (!empty($_POST['_standard'])) 72 $default_id = get_input_value('_iid', RCUBE_INPUT_POST); 73 74 if ($_POST['_framed']) { 75 // update the changed col in list 76 // ... 77 } 78 78 } 79 } 80 else if ($plugin['abort'] || $DB->is_error()) 81 { 82 // show error message 83 $OUTPUT->show_message('errorsaving', 'error', null, false); 84 rcmail_overwrite_action('edit-identity'); 85 return; 79 else if ($DB->is_error()) { 80 // show error message 81 $OUTPUT->show_message('errorsaving', 'error', null, false); 82 rcmail_overwrite_action('edit-identity'); 83 return; 84 } 86 85 } 87 86 } … … 96 95 $save_data = $plugin['record']; 97 96 98 if (!$plugin['abort'] && $save_data['email'] && ($insert_id = $USER->insert_identity($save_data))) 99 { 100 $OUTPUT->show_message('successfullysaved', 'confirmation', null, false); 101 102 $_GET['_iid'] = $insert_id; 97 if (!$plugin['abort']) { 98 if ($save_data['email'] && ($insert_id = $USER->insert_identity($save_data))) { 99 $OUTPUT->show_message('successfullysaved', 'confirmation', null, false); 103 100 104 if (!empty($_POST['_standard'])) 105 $default_id = $insert_id; 106 } 107 else 108 { 109 // show error message 110 $OUTPUT->show_message('errorsaving', 'error', null, false); 111 rcmail_overwrite_action('edit-identity'); 112 return; 101 $_GET['_iid'] = $insert_id; 102 103 if (!empty($_POST['_standard'])) 104 $default_id = $insert_id; 105 } 106 else { 107 // show error message 108 $OUTPUT->show_message('errorsaving', 'error', null, false); 109 rcmail_overwrite_action('edit-identity'); 110 return; 111 } 113 112 } 114 113 }
Note: See TracChangeset
for help on using the changeset viewer.
