Skip to content
Snippets Groups Projects
  1. Jun 03, 2016
    • Michael's avatar
      Internal error occurred #2 · 8f524263
      Michael authored
      Update three phrases with from "Internal error" to "Internal error occurred" since it's the most common phrase
      8f524263
    • Michael's avatar
      Internal error occurred #1 · 5e61238f
      Michael authored
      Update two phrases with from "Internal error - Try again!" to "Internal error occurred - Try again!" since it's the most common phrase
      5e61238f
  2. May 17, 2016
  3. May 09, 2016
  4. Apr 27, 2016
    • Michael's avatar
      Update ajax.tasks.php · 99354f87
      Michael authored
      Change to make one translation less since `%s is currently assigned to <b>%s</b>` is already used in ajax.tasks.php and ajax.tickets.php
      99354f87
  5. Apr 26, 2016
  6. Apr 25, 2016
  7. Apr 24, 2016
  8. Apr 22, 2016
    • Michael's avatar
      Update several files for "this ..." translations · 71a6b2a0
      Michael authored
      Within this commit, several files got updated to split up strings like "Disable for this team" / "Disable for this department" into "Disable for" and "this team"/"this department".
      So a) a little bit less translations and b) all strings of "this (ticket|task|API|canned|FAQ|depart|email|group|site|SLA|agent|team|template|help|ban|category|custom|end user|role)" can match already existing "this ..." translations now.
      PS: Didn't remove all that whitespaces in include/staff/tpl.inc.php - seems like my php editor app has done that automatically :/
      71a6b2a0
  9. Apr 21, 2016
    • Michael's avatar
      Update ajax.tasks.php and ajax.tickets.php · f3205662
      Michael authored
      Note: Since I'm not sure if that's all (replacing %s %s with %1$s %2$s) which is necessary to make this work, I'm sorry in advance for a potential "bad commit".
      
      As already written on Crowdin, in German the order is wrong, so my suggestion is to make it possible to change the order by transforming "%s %s" to "%1$s and %2$s".
      Format in English: Successfully assigned 4 selected tasks
      Needed German: Successfully 4 selected tasks assigned
      f3205662
  10. Apr 20, 2016
    • Michael's avatar
      Update ajax.orgs.php · fdb043ef
      Michael authored
      Looks like someone forgot to transform this here so it can be translated
      fdb043ef
    • Michael's avatar
      Update transfer.alert.yaml · 11b2dc17
      Michael authored
      Looks like the notes are missing (forgotten?) here. Used/Copied the notes from task.transfer.alert.yaml and replaced "task" with "ticket".
      11b2dc17
  11. Apr 19, 2016
    • Michael's avatar
      Update task.assignment.alert.yaml · ce661bfd
      Michael authored
      Looks like some copy&paste issue, replaced "ticket" with "task".
      ce661bfd
    • Michael's avatar
      Update ajax.tasks.php · 6e0ddf2e
      Michael authored
      Too much splitting here... just realized it when I looked at Crowdin that the German translations sounds like a Google Translation - so basically ok, but obviously wrong.
      Reason is that you often don't know what %s stands for and here %s was splitted up into another string with antoher %s which is definitely too much for good :/
      6e0ddf2e
    • Jared Hancock's avatar
    • Jared Hancock's avatar
      orm: Propagate LEFT joins in join paths · 6be61133
      Jared Hancock authored
      If something like members__staff is considered leaving the Team model,
      and the `members` relationship is nullable, and the `staff` relationship is
      not, in the context of the compiled SQL statement, the second join should
      also be considered nullable (LEFT join), because otherwise inconsistent
      results would be returned from the query.
      
      In other words, if a count is considered as an annotation to the Team model
      instances, Teams with zero members should still be considered as valid teams
      and should be selected with such an annotation. Before this patch, however,
      the join between TeamMember and Staff would have been an inner join instead
      of a LEFT join, which could skew the database results.
      6be61133
    • Jared Hancock's avatar
      oops: Fix max of a single attachment · d1a9161f
      Jared Hancock authored
      d1a9161f
    • Jared Hancock's avatar
      forms: Fix lag updating the CDATA table · 33455cae
      Jared Hancock authored
      This fixes an issue where the CDATA table is updated with the OLD version of
      an answer after it is updated. That is, after an answer is updated, the
      CDATA table is also updated to reflect the change; however, the old content
      of the answer value is used when updating the CDATA value.
      33455cae
  12. Apr 18, 2016
    • Michael's avatar
      Update ajax.tickets.php · 83e0da53
      Michael authored
      Fix translation so it makes sense.
      Before: "Unable to change status for 2 any of the selected tickets" - sounds wired
      After: "Unable to change status of 2 selected tickets" - sounds correct and fits into the rest of the translation scheme ;)
      83e0da53
  13. Apr 15, 2016
  14. Apr 14, 2016
Loading