Skip to content

Commit

Permalink
Merge branch 'master' of ssh:https://github.com/OsTicket-Reloaded/OsTicket
Browse files Browse the repository at this point in the history
Conflicts:
	translate/en/translate.php
  • Loading branch information
jasperf committed Mar 10, 2012
2 parents 0f6ae7e + 8bc4d89 commit caf39dc
Show file tree
Hide file tree
Showing 18 changed files with 1,369 additions and 373 deletions.
2 changes: 1 addition & 1 deletion include/class.mailfetch.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function mime_encode($text,$charset=null,$enc='utf-8') { //Thank in part to afte
//Generic decoder - mirrors imap_utf8
function mime_decode($text) {

$a = imap_mime_header_decode($text);
$a = imap_utf8($text);
$str = '';
foreach ($a as $k => $part)
$str.= $part->text;
Expand Down
17 changes: 0 additions & 17 deletions index.html

This file was deleted.

Empty file added translate/en/staff/index.html
Empty file.
Binary file added translate/en/staff/refresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added translate/en/staff/view_closed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added translate/en/staff/view_open.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
452 changes: 452 additions & 0 deletions translate/en/translate.php

Large diffs are not rendered by default.

554 changes: 412 additions & 142 deletions translate/fr/translate.php

Large diffs are not rendered by default.

129 changes: 66 additions & 63 deletions translate/pt_BR/translate.php

Large diffs are not rendered by default.

Binary file modified translate/ru/client/new_ticket_title.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/client/refresh_btn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/client/ticket_status_title.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/client/view_closed_btn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/client/view_open_btn.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/staff/refresh.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/staff/view_closed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified translate/ru/staff/view_open.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
588 changes: 438 additions & 150 deletions translate/ru/translate.php

Large diffs are not rendered by default.

0 comments on commit caf39dc

Please sign in to comment.